Sha256: e0bd674f94b2b235d56abf3e487c18712121e51c690cd309c068f35d9953eb6c
Contents?: true
Size: 884 Bytes
Versions: 13
Compression:
Stored size: 884 Bytes
Contents
<td> <input class="feedback_check" type="checkbox" name="feedback_check[<%= comment.id %>]" /> </td> <td> <%= avatar_tag(email: comment.email, url: comment.url, size: 36, class: 'img-circle') %> <% if comment.email.present? %> <%= mail_to comment.email, comment.author %> <% else %> <%= comment.author %> <% end %> <% if comment.url.present? %> <small> <%= link_to "(#{h(comment.url)})".html_safe, comment.url %> </small> <% end %> </td> <td> <%= l(comment.created_at) %> </td> <td> <span class='label <%= comment_class comment.state.to_s.downcase %>'> <%= t("admin.feedback.state.#{comment.state}") %> </span> </td> <td> <p> <%= link_to comment.article.title, controller: 'feedback', action: 'article', id: comment.article_id %> </p> <p> </p> <%= comment.html(:all) %> </td> <td> <%= show_feedback_actions comment %> </td>
Version data entries
13 entries across 13 versions & 1 rubygems