Add HTML anchors for comments #929

This commit is contained in:
Gosha Arinich 2012-06-15 18:53:00 +03:00
parent b9ab93e108
commit 482f1a7d19

View file

@ -2,6 +2,7 @@
= image_tag gravatar_icon(note.author.email), :class => "left", :width => 40, :style => "padding-right:5px;"
%div.note-author
%strong= note.author_name
= link_to "##{dom_id(note)}", name: dom_id(note) do
%cite.cgray
= time_ago_in_words(note.updated_at)
ago