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

Version Path
beef-articles-0.3.30 app/views/comments/_comment.html.erb
beef-articles-0.3.32 app/views/comments/_comment.html.erb
beef-articles-0.3.33 app/views/comments/_comment.html.erb
beef-articles-0.3.34 app/views/comments/_comment.html.erb
beef-articles-0.5.3 app/views/comments/_comment.html.erb
beef-articles-0.5.2 app/views/comments/_comment.html.erb
beef-articles-0.5.1 app/views/comments/_comment.html.erb
beef-articles-0.4.18 app/views/comments/_comment.html.erb
beef-articles-0.4.17 app/views/comments/_comment.html.erb
beef-articles-0.4.16 app/views/comments/_comment.html.erb
beef-articles-0.4.15 app/views/comments/_comment.html.erb
beef-articles-0.4.14 app/views/comments/_comment.html.erb
beef-articles-0.4.13 app/views/comments/_comment.html.erb
beef-articles-0.4.12 app/views/comments/_comment.html.erb
beef-articles-0.4.11 app/views/comments/_comment.html.erb
beef-articles-0.4.10 app/views/comments/_comment.html.erb
beef-articles-0.4.9 app/views/comments/_comment.html.erb
beef-articles-0.4.8 app/views/comments/_comment.html.erb
beef-articles-0.4.7 app/views/comments/_comment.html.erb
beef-articles-0.4.6 app/views/comments/_comment.html.erb