root/app/views/artwork/index.html.erb~
@
10
Revision 10, 294 bytes (checked in by falcon, 17 years ago) |
---|
Line | |
---|---|
1 | <% for @gallery in @galleries %> |
2 | <h2><%= link_to @gallery.sTitle, :action => "show", :params => {:id => @gallery.id} %></h2> |
3 | <p style="padding: 5px; padding-left: 10px;"><%= @gallery.tDescription %></p> |
4 | <% end %> |
5 | |
6 | <% if logged_in? %> |
7 | <%= link_to 'New gallery', new_gallery_path %> |
8 | <% end %> |
Note: See TracBrowser
for help on using the browser.