修改组织文章显示样式

This commit is contained in:
ouyangxuhua 2015-11-12 15:12:23 +08:00
parent d508cfa381
commit bf01994e4f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<div class="homepagePostDes"> <div class="homepagePostDes">
<div class="homepagePostTo"> <div class="homepagePostTo">
<%= link_to User.find(document.creator_id), user_path(document.creator.id), :class => "newsBlue mr15" %> <%= link_to User.find(document.creator_id), user_path(document.creator.id), :class => "newsBlue mr15" %>
TO<%= link_to document.organization.name, organization_path(document.organization) %> | 组织 TO&nbsp;&nbsp;<%= link_to document.organization.name, organization_path(document.organization) %> | 组织
</div> </div>
<div class="homepagePostTitle postGrey"><%= document.title %></div> <div class="homepagePostTitle postGrey"><%= document.title %></div>
<div class="homepagePostDate"> <div class="homepagePostDate">