Guest User

Untitled

a guest
Mar 19th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. `app/views/books/index.html.erb`:
  2. ```html
  3. <p id="notice"><%= notice %></p>
  4.  
  5. <% @links.each do |link| %>
  6. <h3><%= link_to link.title, link %></h3>
  7. <p> Submited <%= time_ago_in_words(link.created_at) %> ago by <b><%= link.user.email %></b></p>
  8. <% end %>
  9. ```
Add Comment
Please, Sign In to add comment