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
|
|
|
<%= error_messages_for :style %>
|
|
|
|
|
|
|
|
<% form_for(:style, :url => style_path(@style.page.title_for_url), :html => { :method => :put }) do |f| %>
|
|
|
|
<%= render :partial => 'style_form' %>
|
|
|
|
<p>
|
|
|
|
<%= submit_tag "Update" %>
|
|
|
|
</p>
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<% content_for :sidebar do -%>
|
|
|
|
<%= new_style_link -%><br />
|
2008-02-03 16:41:37 -05:00
|
|
|
<%= show_style_link(@style) -%><br />
|
|
|
|
<% end -%>
|