|
|
@ -33,7 +33,6 @@
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
<% if options[:author] %>
|
|
|
|
<% if options[:author] %>
|
|
|
|
<!-- modified by zjc author添加超链接 -->
|
|
|
|
|
|
|
|
<span class="author" title="attachment.author">
|
|
|
|
<span class="author" title="attachment.author">
|
|
|
|
<%= link_to h(truncate(attachment.author.name, length: 10, omission: '...')),user_path(attachment.author) %>,
|
|
|
|
<%= link_to h(truncate(attachment.author.name, length: 10, omission: '...')),user_path(attachment.author) %>,
|
|
|
|
<%= format_time(attachment.created_on) %>
|
|
|
|
<%= format_time(attachment.created_on) %>
|
|
|
|