avatar

47

add some nav links

by chrisk, 25 Jun, 2007 09:56 AM
24 47  
77   <%= javascript_include_tag :defaults %>
88 </head>
99 <body>
10   
11 <h1><%= link_to 'PaunchTracker 3000!', root_path %></h1>
1012 
1113 <p style="color: green"><%= flash[:notice] %></p>
1214 
33 47  
1 <h3>Today's workout</h3>
1 <h3>
2   <%= link_to 'All activities', activities_path %> &rarr;
3   Today's workout
4 </h3>
25 
36 <p>Total weight lifted: <%= @total_weight %> lbs.</p>
47