<%= render :partial => 'pages/page' %> <% unless @style.children.empty? -%>

Styles under this category

    <%= @style.children.collect { |x| '
  1. ' + show_style_link(x) + '
  2. ' } -%>
<% end -%> <% content_for :sidebar do -%> <%= new_style_link -%>
<%= edit_style_link(@style) -%>
<%= link_to 'Destroy', style_path(@style), :confirm => 'Are you sure?', :method => :delete -%>
<% end -%>