% throw_content :for_sidebar do -%>
<% if allowed_to?(:edit_album) -%> Edit Album
<% end %>
<% if allowed_to?(:delete_albums) -%> Destroy Album
<% end %>
<% if allowed_to?(:upload_images) -%> Upload Image
<% end %>
<% end -%>
<% throw_content :for_stylesheet do -%>
.photo {
margin: 10px;
}
<% end -%>