- <%= link_to image_tag(url_to_avatar(User.find(document.creator_id)), :width => 45, :heigth => 45), user_path(document.creator_id) %>
-
-
- <%= 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) %> | 组织
-
-
<%= document.title %>
-
- 发帖时间:<%= format_activity_day(document.created_at) %> <%= format_time(document.created_at, false) %>
- <% unless document.content.blank? %>
-
- <%= document.content.html_safe %>
-
- <% end %>
-
-
- -
-
- -
- <%= form_for('new_form',:url => {:controller => 'organizations',:action => 'set_homepage',:id => document.organization_id, :home_id => document.id},:method => "put",:remote => true) do |f|%>
- 设为首页
- <% end %>
-
- - 编辑文章
- -
- <%= link_to "删除文章", org_document_comment_path(:id => document.id, :organization_id => document.organization_id), :method => 'delete',:remote => true, :class => 'postOptionLink' %>
-
-
-
-
-
-