<% throw_content :for_sidebar do -%> <% if allowed_to?(:create_albums) -%>Create Album Create An Album
<% end -%> <% if allowed_to?(:upload_images) -%> Upload Image
<% end %>

Popular Tags

<%= tag_cloud @tags %>
<% end -%> <% throw_content :for_stylesheet do -%> .photo_collection { word-wrap: break-word; } .photo_collection_item { float: right; width: 170px; min-height: 140px; max-height: 200px; margin: 5px; padding: 5px; text-align: center; border: 1px solid #BBB; } <% end -%> <% if @albums.empty? -%>

There were no albums found!

<% else -%>
<% @albums.each do |album| -%>

<%= album.name -%> (<%= album.photos.size -%> photos)

<% if album.album_thumbnail -%><% end -%>
<% end -%>
<% end -%>