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

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