Sha256: 629aeef43d075086456d4b9500f229474327c41530a645bce4af7e76066b8126

Contents?: true

Size: 300 Bytes

Versions: 9

Compression:

Stored size: 300 Bytes

Contents

<tr id='feedback_<%= comment.id %>' class='<%= comment.state.to_s.downcase %>'>
  <% if comment.state.to_s.downcase == 'spam'%>
    <%= render :partial => 'spam', :locals => { :comment => comment } %>
  <% else %>
  <%= render :partial => 'ham', :locals => { :comment => comment } %>
<% end %>
</tr>

Version data entries

9 entries across 9 versions & 1 rubygems

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