This website requires JavaScript.
Explore
Help
Sign in
atomaka
/
tack2us
Watch
1
Star
0
Fork
You've already forked tack2us
0
Code
Releases
Activity
master
tack2us
/
app
/
views
/
pastes
/
index.html.erb
5 lines
103 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
Improve layout flow / tests
2014-02-15 01:46:22 -05:00
<h2>Pastes</h2>
Add inital base paste functionality
2014-02-14 15:54:22 -05:00
<% @pastes.each do |paste| %>
Improve layout flow / tests
2014-02-15 01:46:22 -05:00
<%= link_to paste.created_at, paste %><br />
Add inital base paste functionality
2014-02-14 15:54:22 -05:00
<% end %>
Copy permalink