1
0
Fork 0
tack2us/app/views/pastes/index.html.erb

5 lines
103 B
Plaintext

<h2>Pastes</h2>
<% @pastes.each do |paste| %>
<%= link_to paste.created_at, paste %><br />
<% end %>