% if @styles.empty? -%>
No styles found.
<% else -%>
<%= @styles.collect { |s| '- ' + link_to(s.title, style_path(:id => s.page.title_for_url)) + '
' } %>
<% end -%>
<% content_for :sidebar do -%>
<%= new_style_link -%>
<%= render :partial => 'shared/tag_cloud' %>
<% end -%>