X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/bdc6adddbfdcc57bd300688f48b28e027e561728..206e1309a95b498a220d8de6cf4ed5970ebd6778:/app/views/diary_entry/_diary_comment.html.erb diff --git a/app/views/diary_entry/_diary_comment.html.erb b/app/views/diary_entry/_diary_comment.html.erb index 46aab6103..8f98285d0 100644 --- a/app/views/diary_entry/_diary_comment.html.erb +++ b/app/views/diary_entry/_diary_comment.html.erb @@ -1,9 +1,17 @@
<%= raw(t('diary_entry.diary_comment.comment_from', :link_user => (link_to h(diary_comment.user.display_name), :controller => 'user', :action => 'view', :display_name => diary_comment.user.display_name), :comment_created_at => link_to(l(diary_comment.created_at, :format => :friendly), :anchor => "comment#{diary_comment.id}"))) %>
+ + <% if @user and diary_comment.user.id != @user.id %> +