Sha256: f7ab2d376318f867c548b3e87b0cbf722b31dd8f3c24672c2ae036830df81dbb

Contents?: true

Size: 388 Bytes

Versions: 6

Compression:

Stored size: 388 Bytes

Contents

<div class="comment preview">
  <div class="author">
    <%= content_tag(:div, gravatar_tag(@comment.email)) if config_value(: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">
    <%= comment_html(@comment) %>
  </div>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
typo-3.99.3 themes/scribbish/views/articles/comment_preview.rhtml
typo-3.99.4 themes/scribbish/views/articles/comment_preview.rhtml
typo-4.0.1 themes/scribbish/views/articles/comment_preview.rhtml
typo-4.0.2 themes/scribbish/views/articles/comment_preview.rhtml
typo-4.0.0 themes/scribbish/views/articles/comment_preview.rhtml
typo-4.0.3 themes/scribbish/views/articles/comment_preview.rhtml