diaspora/app/views/comments/_comment.html.haml
danielvincent 762cbcb0f2 Merge branch 'master' of github.com:diaspora/diaspora_rails
Conflicts:
	app/views/comments/_comment.html.haml
	app/views/layouts/application.html.haml
2010-06-28 12:09:35 -07:00

6 lines
165 B
Text

%li.comment{:id => comment.id}
%span.from
= link_to_person comment.person
= comment.text
%div.time
= "#{time_ago_in_words(comment.updated_at)} ago"