diff --git a/app/views/styles/show.rhtml b/app/views/styles/show.rhtml index cfd3218..aec59d2 100644 --- a/app/views/styles/show.rhtml +++ b/app/views/styles/show.rhtml @@ -1,6 +1,7 @@ <%= render :partial => 'pages/page' %> <% unless @style.children.empty? -%> +

Styles under this category

    <%= @style.children.collect { |x| '
  1. ' + show_style_link(x) + '
  2. ' } -%>
<% end -%>