|
|
|
@ -53,7 +53,7 @@
|
|
|
|
|
<% end %>
|
|
|
|
|
<% if options[: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),:class => "author_name" %>,
|
|
|
|
|
<%= format_time(attachment.created_on) %>
|
|
|
|
|
</span>
|
|
|
|
|
<% end %>
|
|
|
|
|