Sha256: d7dd94b1ca0d9e4380b347572af1480595b4a0269865b4ea3bb7c09881ee2918

Contents?: true

Size: 822 Bytes

Versions: 10

Compression:

Stored size: 822 Bytes

Contents

<td><input class="feedback_check" type="checkbox" name="feedback_check[<%= comment.id %>]" /></td>
<td style='text-align: center'>
  <%= avatar_tag(email: comment.email, url: comment.url, size: 80, class: 'img-circle') %>
  <p class='action'><span class='label <%= comment_class comment.state.to_s.downcase %>'><%= t("admin.feedback.state.#{comment.state}") %></span></p>
</td>
<td>
  <%= 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>
  <%= comment.html(:all) %>
  <%= show_feedback_actions comment %>
</td>

Version data entries

10 entries across 10 versions & 1 rubygems

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