Sha256: 449d14ac2bb587f0af75490a114bb84e3aa4daca7d3b5430eb28ec3781142c92
Contents?: true
Size: 503 Bytes
Versions: 13
Compression:
Stored size: 503 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), 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
13 entries across 13 versions & 1 rubygems