Sha256: 856ba00a1940f1bc0f74b45b46e559ed00d0cd084ab243f732a6d4a636dc8967
Contents?: true
Size: 576 Bytes
Versions: 10
Compression:
Stored size: 576 Bytes
Contents
<div id="<%= comment_title.dom_id %>" class="comment_holder"> <%= icon comment_title.user, :small, :class => 'left avatar_on_comment' %> <div class="date_details"> <%= _("%{comment_age} ago %{user_name_link} wrote :") % {:comment_age => time_ago_in_words(comment_title.created_at), :user_name_link => (link_to h(comment_title.user.full_name), profile_path(comment_title.user))} %> </div> <div class="comment_message"> <%= comment_title.body %> </div> <div class="clear"></div> </div>
Version data entries
10 entries across 10 versions & 1 rubygems