This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
2008-01-07 00:46:43 -05:00
|
|
|
<%= render :partial => 'pages/page' %>
|
|
|
|
|
|
|
|
<% unless @style.children.empty? -%>
|
2008-01-07 01:18:52 -05:00
|
|
|
<h2>Styles under this category</h2>
|
2008-01-07 00:46:43 -05:00
|
|
|
<ol><%= @style.children.collect { |x| '<li>' + show_style_link(x) + '</li>' } -%></ol>
|
|
|
|
<% end -%>
|
|
|
|
|
|
|
|
<% content_for :sidebar do -%>
|
|
|
|
<%= new_style_link -%><br />
|
|
|
|
<%= edit_style_link(@style) -%><br />
|
|
|
|
<%= link_to 'Destroy', style_path(@style.page.title_for_url), :confirm => 'Are you sure?', :method => :delete -%><br />
|
|
|
|
<% end -%>
|