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

Version Path
beef-articles-0.3.0 app/views/comments/_comment.html.erb
beef-articles-0.3.1 app/views/comments/_comment.html.erb
beef-articles-0.3.2 app/views/comments/_comment.html.erb
beef-articles-0.3.3 app/views/comments/_comment.html.erb
beef-articles-0.3.4 app/views/comments/_comment.html.erb
beef-articles-0.3.5 app/views/comments/_comment.html.erb
beef-articles-0.3.6 app/views/comments/_comment.html.erb
beef-articles-0.3.7 app/views/comments/_comment.html.erb
beef-articles-0.3.8 app/views/comments/_comment.html.erb
beef-articles-0.3.9 app/views/comments/_comment.html.erb