To edit pages or tickets please login with username/password: aaf/aaf

root/trunk/demo/app/views/contents/edit.rhtml

Revision 232, 293 bytes (checked in by jk, 1 year ago)

--

Line 
1 <h1>Editing content</h1>
2
3 <% form_for :content, @content, content_path(@content), :html => { :method => :put } do |f| %>
4   <%= render :partial => 'form', :object => f %>
5   <%= submit_tag 'Edit' %>
6 <% end %>
7
8 <%= link_to 'Show', content_path(@content) %> |
9 <%= link_to 'Back', contents_path %>
Note: See TracBrowser for help on using the browser.

To edit pages or tickets please login with username/password: aaf/aaf