Sha256: cd04e09c9690bfe77bbfea701f412c91cc64f6681e2226b9fdac77a2f9a9fa41

Contents?: true

Size: 721 Bytes

Versions: 14

Compression:

Stored size: 721 Bytes

Contents

<td>
</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 label-danger'>
    <%= 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>
</td>
<td>
  <%= change_status(comment) %>
</td>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
publify_core-10.0.2 app/views/admin/feedback/_spam.html.erb
publify_core-10.0.1 app/views/admin/feedback/_spam.html.erb
publify_core-10.0.0 app/views/admin/feedback/_spam.html.erb
publify_core-9.2.10 app/views/admin/feedback/_spam.html.erb
publify_core-9.2.9 app/views/admin/feedback/_spam.html.erb
publify_core-9.2.8 app/views/admin/feedback/_spam.html.erb
publify_core-9.2.7 app/views/admin/feedback/_spam.html.erb
publify_core-9.2.6 app/views/admin/feedback/_spam.html.erb
publify_core-9.2.5 app/views/admin/feedback/_spam.html.erb
publify_core-9.2.4 app/views/admin/feedback/_spam.html.erb
publify_core-9.2.3 app/views/admin/feedback/_spam.html.erb
publify_core-9.2.2 app/views/admin/feedback/_spam.html.erb
publify_core-9.2.1 app/views/admin/feedback/_spam.html.erb
publify_core-9.2.0 app/views/admin/feedback/_spam.html.erb