Sha256: 43244452aee6954a33dfb63971f441f5e667cbfb73cc96f8c471f28e8e879808
Contents?: true
Size: 834 Bytes
Versions: 1
Compression:
Stored size: 834 Bytes
Contents
<li id="comment-<%= comment.id %>" <%= 'class="author_comment"' if comment.user %> <%= 'style="display:none"' if controller.request.xhr? %><%= onhover_show_admin_tools(:comment, comment.id) %>> <%= admin_tools_for comment %> <a name="comment-<%= comment.id %>"></a> <%= gravatar_tag(comment.email) if this_blog.use_gravatar and comment.email %> <cite><strong><%= link_to_unless(comment.url.blank?, h(comment.author), comment.url) %></strong> </cite> <%= _("said")%> <%= distance_of_time_in_words comment.article.published_at, comment.created_at %> later:<br /> <%= simple_format comment.generate_html(:body) %> <% unless comment.published -%> <div class="spamwarning"><%= _("This comment has been flagged for moderator approval. It won't appear on this blog until the author approves it")%>.</div> <% end -%> </li>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
typo-5.2 | app/views/articles/_comment.html.erb |