This website requires JavaScript.
Explore
Help
Sign in
atomaka
/
allpro
Watch
1
Star
0
Fork
You've already forked allpro
0
Code
Releases
Activity
89cfba504c
allpro
/
app
/
views
/
workouts
/
index.html.erb
6 lines
107 B
Text
Raw
Normal View
History
Unescape
Escape
Setup basic workout index action
2013-08-04 20:58:01 -04:00
<ul>
<% @workouts.each do |workout| %>
Finish testing show function
2013-08-04 23:40:58 -04:00
<li><%= link_to workout.date, workout %></li>
Setup basic workout index action
2013-08-04 20:58:01 -04:00
<% end %>
</ul>
Copy permalink