Sha256: cbfead8c1a0061243d4500087d503018ba2fc8146770e61e55ccfe607675543f
Contents?: true
Size: 665 Bytes
Versions: 1
Compression:
Stored size: 665 Bytes
Contents
<%= content_tag(:article, id: "blog_comment_#{comment.id}", class: "blog_comment") do %> <%= content_tag(:div, class: "blog_comment_name", id: "blog_comment_#{comment.id}_name") do %> <%= comment.website? ? link_to(comment.name, comment.website) : comment.name %> wrote: <% end %> <%= content_tag(:div, class: "blog_comment_body", id: "blog_comment_#{comment.id}_body") do %> <%= format_content comment.body %> <% end %> <%= blog_comment_tag(:footer) do %> Posted on <%= time_tag(post.created_at, Blogit.configuration.datetime_format) %> <% end %> <%= render partial: "blogit/comments/admin_links" %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blogit-0.0.13 | app/views/blogit/comments/_comment.html.erb |