diff --git a/app/views/attachments/_links.html.erb b/app/views/attachments/_links.html.erb index 698198120..f6b7ee7dd 100644 --- a/app/views/attachments/_links.html.erb +++ b/app/views/attachments/_links.html.erb @@ -33,7 +33,6 @@ <% end %> <% end %> <% if options[:author] %> - <%= link_to h(truncate(attachment.author.name, length: 10, omission: '...')),user_path(attachment.author) %>, <%= format_time(attachment.created_on) %> diff --git a/app/views/memos/show.html.erb b/app/views/memos/show.html.erb index 2736ca81b..e121098f4 100644 --- a/app/views/memos/show.html.erb +++ b/app/views/memos/show.html.erb @@ -61,7 +61,6 @@

-
<%= authoring @memo.created_at, @memo.author %>
@@ -128,7 +127,6 @@ - <%= authoring reply.created_at, reply.author %>