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

Version Path
beef-articles-0.3.10 app/views/comments/_comment.html.erb
beef-articles-0.3.11 app/views/comments/_comment.html.erb
beef-articles-0.3.12 app/views/comments/_comment.html.erb
beef-articles-0.3.13 app/views/comments/_comment.html.erb
beef-articles-0.3.14 app/views/comments/_comment.html.erb
beef-articles-0.3.15 app/views/comments/_comment.html.erb
beef-articles-0.3.16 app/views/comments/_comment.html.erb
beef-articles-0.3.18 app/views/comments/_comment.html.erb
beef-articles-0.3.21 app/views/comments/_comment.html.erb
beef-articles-0.3.25 app/views/comments/_comment.html.erb
beef-articles-0.3.27 app/views/comments/_comment.html.erb
beef-articles-0.3.28 app/views/comments/_comment.html.erb
beef-articles-0.3.29 app/views/comments/_comment.html.erb