root/app/views/engineering/index.html.erb~
@
4
Revision 4, 177 bytes (checked in by falcon, 17 years ago) |
---|
Rev | Line | |
---|---|---|
[4] | 1 | <% for @gallery in @galleries %> |
2 | <%= render :partial "show_engineering" %> | |
3 | <% end %> | |
4 | ||
5 | <% if logged_in? %> | |
6 | <br/><br/> | |
7 | <%= link_to 'New gallery', new_gallery_path %> | |
8 | <% end %> |
Note: See TracBrowser
for help on using the browser.