X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3eecc3ee5b8f53e691645cfff8f9ffc058300b5e..8181cb4bf77548088f959562f24be17f8ec053a3:/app/views/diary_entry/_diary_comment.rhtml diff --git a/app/views/diary_entry/_diary_comment.rhtml b/app/views/diary_entry/_diary_comment.rhtml new file mode 100644 index 000000000..2e7d0a531 --- /dev/null +++ b/app/views/diary_entry/_diary_comment.rhtml @@ -0,0 +1,3 @@ +

Comment from <%= link_to diary_comment.user.display_name, :controller => 'user', :action => 'view', :display_name => diary_comment.user.display_name %> at <%= diary_comment.created_at %>

+<%= htmlize(diary_comment.body) %> +