Sha256: 11a61f3226c30ce8d4b7df90df0f288b1a7b40748465ec2113cd46cda3a3b4c0

Contents?: true

Size: 940 Bytes

Versions: 10

Compression:

Stored size: 940 Bytes

Contents

<td></td>
<td style='text-align: center'>
  <%= avatar_tag(email: comment.email, url: comment.url, size: 48, class: 'img-circle') %>
  <p class='action'><span class='label label-danger'><%= t("admin.feedback.state.#{comment.state}") %></span></p>
</td>
<td colspan='4'>
  <%= link_to comment.article.title, controller: 'feedback', action: 'article', id: comment.article_id %>
  <p>
    <small>
      <%= t('.by') %> <%= mail_to h(comment.email), h(comment.author) %>
      <%= link_to "(#{h(comment.url)})".html_safe, comment.url if comment.url.present? %>
      <%= t('.created_on') %> <%= l(comment.created_at) %>
    </small>
  </p>
  <p>
    <small>
      <%= t('.this_comment_by_was_flagged_as_spam_html',
            author: comment.author,
            cancel_link: link_to(t('.cancel'), url: { action: 'change_state', id: comment.id, remote: true })) %>
      <%= toggle_element "feedback_#{comment.id}" %>
    </small>
  </p>
</td>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
HornsAndHooves-publify_core-10.5.0 app/views/admin/feedback/_spam.html.erb
HornsAndHooves-publify_core-10.4.0 app/views/admin/feedback/_spam.html.erb
HornsAndHooves-publify_core-10.3.0 app/views/admin/feedback/_spam.html.erb
HornsAndHooves-publify_core-10.2.0 app/views/admin/feedback/_spam.html.erb
HornsAndHooves-publify_core-10.1.1 app/views/admin/feedback/_spam.html.erb
HornsAndHooves-publify_core-10.1.0 app/views/admin/feedback/_spam.html.erb
HornsAndHooves-publify_core-10.0.3 app/views/admin/feedback/_spam.html.erb
HornsAndHooves-publify_core-10.0.2 app/views/admin/feedback/_spam.html.erb
HornsAndHooves-publify_core-10.0.1 app/views/admin/feedback/_spam.html.erb
HornsAndHooves-publify_core-10.0.0 app/views/admin/feedback/_spam.html.erb