<% if @styles.empty? -%>

No styles found.

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