##// END OF EJS Templates
code layout cleanup app/views/wiki/edit.html.erb...
Toshi MARUYAMA -
r8673:d360ca4e145d
parent child
Show More
@@ -1,8 +1,10
1 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 8 <%= f.hidden_field :version %>
7 9 <% if @section %>
8 10 <%= hidden_field_tag 'section', @section %>
General Comments 0
You need to be logged in to leave comments. Login now