Sha256: f04cb1c7dba8466e57d8ebec66b1e56fa26a9f6dab08f886b574cf9cec8fe085

Contents?: true

Size: 184 Bytes

Versions: 24

Compression:

Stored size: 184 Bytes

Contents

<h1>Your Likes</h1>

<ul>
<% @likes.each do |like| %>
  <li><%= like.created_at.to_date %> - <%= like.post.title %></li>
<% end %>
</ul>

<%= link_to 'Go Back', main_app.posts_path %>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
chili-0.0.8 spec/dummy/chili_social/app/views/chili_social/likes/index.html.erb
chili-0.0.7 spec/dummy/chili_social/app/views/chili_social/likes/index.html.erb
chili-0.0.6 spec/dummy/chili_likes/app/views/chili_likes/likes/index.html.erb
chili-0.0.5 spec/dummy/chili_likes/app/views/chili_likes/likes/index.html.erb