tack2us/app/views/pastes/index.html.erb

5 lines
103 B
Text
Raw Permalink Normal View History

2014-02-15 01:46:22 -05:00
<h2>Pastes</h2>
2014-02-14 15:54:22 -05:00
<% @pastes.each do |paste| %>
2014-02-15 01:46:22 -05:00
<%= link_to paste.created_at, paste %><br />
2014-02-14 15:54:22 -05:00
<% end %>