Sha256: b91183d5430bc57fbd62055916bfc6149c620e64981b0c9a4f5edb67a656e066
Contents?: true
Size: 353 Bytes
Versions: 3
Compression:
Stored size: 353 Bytes
Contents
<!-- insert_bottom 'tr' --> <% post.becomes(SocialExtension::Post).tap do |post| %> <td><%= link_to 'Like!', social_extension.likes_path(like: {post_id: post}), method: :post %></td> <td><%= pluralize post.likes.size, 'like' %></td> <td class='remark'><%= post.well_liked? ? 'This post is well liked!' : 'This post is boring...' %></td> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems