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

5 lines
146 B
Plaintext

<h1>Albums</h1>
<%= render :partial => @albums %>
<br /><%= link_to "New Album", new_album_path %>
<br /><%= link_to "All albums", albums_path %>