Sha256: 2c6197789250b0798e46f821bfdd4c120a6e0059d323e016b6bf2579111c0f66

Contents?: true

Size: 843 Bytes

Versions: 9

Compression:

Stored size: 843 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 unless comment.url.blank? %>
      <%= t('.created_on') %> <%= l(comment.created_at) %>
    </small>
  </p>
  <%= comment.html(:all) %>
  <%= show_feedback_actions comment %>
</td>

Version data entries

9 entries across 9 versions & 1 rubygems

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