Sha256: b0cc8aa239e316d8b377fc9241b1e6834a9ad4c7268f50c2da704e283ef26034
Contents?: true
Size: 283 Bytes
Versions: 24
Compression:
Stored size: 283 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
24 entries across 24 versions & 2 rubygems