Sha256: 787ee45e7d925657c6f720d12a08cc37bf0cb01ab7e2a5079fa34e6cf4698a77
Contents?: true
Size: 498 Bytes
Versions: 27
Compression:
Stored size: 498 Bytes
Contents
<li id="comment-<%= comment.id %>"> <span class="comment"><%= sanitize comment.comment, :tags => Settings.allowed_html_tags_for_UGC.to_s.split(' '), :attributes => Settings.allowed_html_attributes_for_UGC.to_s.split(' ') %></span> <%= link_to comment.created_at.to_formatted_s(:short_dot), "#{url_for(comment.commentable)}#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
27 entries across 27 versions & 1 rubygems