@@ -1,8 +1,10 | |||||
1 | <%= wiki_page_breadcrumb(@page) %> |
|
1 | <%= wiki_page_breadcrumb(@page) %> | |
2 |
|
2 | |||
3 | <h2><%=h @page.pretty_title %></h2> |
|
3 | <h2><%= h @page.pretty_title %></h2> | |
4 |
|
4 | |||
5 | <% form_for :content, @content, :url => {:action => 'update', :id => @page.title}, :html => {:method => :put, :multipart => true, :id => 'wiki_form'} do |f| %> |
|
5 | <% form_for :content, @content, | |
|
6 | :url => {:action => 'update', :id => @page.title}, | |||
|
7 | :html => {:method => :put, :multipart => true, :id => 'wiki_form'} do |f| %> | |||
6 | <%= f.hidden_field :version %> |
|
8 | <%= f.hidden_field :version %> | |
7 | <% if @section %> |
|
9 | <% if @section %> | |
8 | <%= hidden_field_tag 'section', @section %> |
|
10 | <%= hidden_field_tag 'section', @section %> |
General Comments 0
You need to be logged in to leave comments.
Login now