]> git.openstreetmap.org Git - rails.git/blob - app/views/changeset/_comment.html.erb
Render message properly on error
[rails.git] / app / views / changeset / _comment.html.erb
1 <h2><%= t "changeset.rss.comment", :author => comment.author.display_name, 
2   :changeset_id => comment.changeset.id.to_s %></h2>
3 <div class="changeset-comment" style="margin-top: 5px">
4   <div class="changeset-comment-description" style="font-size: smaller; color: #999999"><%= t "changeset.rss.commented_at_by_html", :when => friendly_date(comment.created_at), :user => comment.author.display_name %></div>
5   <div class="changeset-comment-text"><%= comment.body %></div>
6 </div>