]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/diary_entry/_diary_comment.html.erb
Pluralize diary entries controller
[rails.git] / 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
deleted file mode 100644 (file)
index d4f7af6..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-<h4 id="comment<%= diary_comment.id %>"><%= 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 => l(diary_comment.created_at)) %></h4>
-<%= htmlize(diary_comment.body) %>
-<hr />