photomix/app/views/albums/show.html.erb

6 lines
222 B
Plaintext
Raw Normal View History

2009-06-02 00:08:57 +02:00
<% for photo in @album.photos %>
<%= link_to image_tag( photo.public_path_modified("album") ), photo %>
2009-05-25 21:39:43 +02:00
<% end %>
2009-06-02 00:08:57 +02:00
<br /><%= link_to "Update album", edit_album_path(@album) %>
<br /><%= link_to "All albums", albums_path %>