<% @page_title = "#{current_user.name}: #{h(@album.caption)}" %>
Caption
<%= h(@album.caption) %>
Permalink
<%= h(@album.permalink) %>
Date
<%= h(@album.created_at.strftime('%b %d, %Y')) %>
Description
<%= h(@album.description) %>
Tags
<%= h(@album.tag_names.join(' ')) %>
<%= link_to_button('Edit', :action => 'edit', :id => @album.id) %> <%= link_to_button('View Pictures', :controller => 'picture', :action => 'list', :album_id => @album.id) %>
<%= link_to('Return to Album List', :action => 'list', :page => to_page(@album.position, 20) ) %>