Sha256: dae40dbb310dc0dce0f770729ec5a7f71932000fbc35708ba1c965fd3bfe1899
Contents?: true
Size: 394 Bytes
Versions: 8
Compression:
Stored size: 394 Bytes
Contents
%li.highlight[comment] = link_to avatar_for(comment.user, :size => :small), user_path(comment.user) .tools = link_to_edit(comment) + " | " = link_to_delete(comment) .indentslim = link_to comment.user.full_name, user_path(comment.user) %tt= t(:time_ago, distance_of_time_in_words(Time.now, comment.created_at)) %dt= auto_link(simple_format comment.comment).html_safe
Version data entries
8 entries across 8 versions & 1 rubygems