Sha256: 6c2147f624941cf6afd153e463bcff7037720b27337066621ea251ee150a71eb

Contents?: true

Size: 400 Bytes

Versions: 2

Compression:

Stored size: 400 Bytes

Contents

<div class="comment preview">
  <div class="author">
    <%= content_tag(:div, gravatar_tag(@comment.email)) if this_blog.use_gravatar and @comment.email %>
    <cite><%= (@comment.url.blank?) ? h(@comment.author) : link_to(h(@comment.author), @comment.url) %></cite>
    <abbr><%= _("is about to say")%></abbr>
  </div>
  <div class="content">
    <%= simple_format @comment.html %>
  </div>
</div>

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
typo-5.2 themes/typographic/views/articles/comment_preview.html.erb
typo-5.2 themes/standard_issue/views/articles/comment_preview.html.erb