Sha256: 61d36c2b6e77774abf3f70d85de46ee792a078ab54aa7f5a91a95544ba63135a
Contents?: true
Size: 731 Bytes
Versions: 45
Compression:
Stored size: 731 Bytes
Contents
<div class="comment" id="comment_<%= comment.id %>"> <% if admin? %> <div class="admin"> <%= link_to(comment_path(:action => :delete, :id => comment), :confirm => t("rails_connector.views.cms.comments.are_you_sure")) do %> <%= image_tag("admin/minus.gif") %> <% end %> </div> <% end %> <div class="info"> <span class="name"> <%= comment.name %> </span> <%=t :"rails_connector.views.cms.comments.wrote_on" %> <span class="created_at"> <%=l comment.created_at %> </span> </div> <span class="subject"> <%= comment.subject %> </span> <div class="body"> <%= simple_format(strip_tags(comment.body)) %> </div> </div>
Version data entries
45 entries across 45 versions & 1 rubygems