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