Sha256: 7735d7f902fb147e54a2e4f6af07075ff5cf5e3a8ed538b85d1ff7c705ccebd2
Contents?: true
Size: 474 Bytes
Versions: 10
Compression:
Stored size: 474 Bytes
Contents
<li id="comment-<%= comment.id %>"> <%= sanitize comment.comment, :tags => Settings.allowed_html_tags_for_UGC.to_s.split(' '), :attributes => Settings.allowed_html_attributes_for_UGC.to_s.split(' ') %> <%= link_to comment.created_at.to_formatted_s(:short_dot), article_url(commentable, :anchor => "comment-#{comment.id}"), :title => "Permalink to this comment" %> | posted by <%= link_to_unless comment.website.blank?, comment.name, "http://#{comment.website}" %> </li>
Version data entries
10 entries across 10 versions & 1 rubygems