Sha256: 3b49b3a22951833a27bd072368e6925e0dc6a76397ca13b5470000ee1b47dc0e
Contents?: true
Size: 230 Bytes
Versions: 75
Compression:
Stored size: 230 Bytes
Contents
<h1>Listing likes for <%= @user.name %></h1> <table> <tr> <th>Name</th> </tr> <% @likes.each do |like| %> <tr> <td><%= like.name %></td> </tr> <% end %> </table> <br /> <%= link_to 'New Like', new_like_path %>
Version data entries
75 entries across 30 versions & 5 rubygems