Sha256: 1b1f5b4394e0566e59997e192e132fd957768af4a9d1d9f664042f4060c8cd48

Contents?: true

Size: 960 Bytes

Versions: 9

Compression:

Stored size: 960 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 unless comment.url.blank? %>
      <%= 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

9 entries across 9 versions & 1 rubygems

Version Path
publify_core-9.1.0 app/views/admin/feedback/_spam.html.erb
publify_core-9.0.1 app/views/admin/feedback/_spam.html.erb
publify_core-9.0.0 app/views/admin/feedback/_spam.html.erb
publify_core-9.0.0.pre6 app/views/admin/feedback/_spam.html.erb
publify_core-9.0.0.pre5 app/views/admin/feedback/_spam.html.erb
publify_core-9.0.0.pre4 app/views/admin/feedback/_spam.html.erb
publify_core-9.0.0.pre3 app/views/admin/feedback/_spam.html.erb
publify_core-9.0.0.pre2 app/views/admin/feedback/_spam.html.erb
publify_core-9.0.0.pre1 app/views/admin/feedback/_spam.html.erb