|
|
|
@ -26,7 +26,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
|
|
|
|
See doc/COPYRIGHT.rdoc for more details. |
|
|
|
|
|
|
|
|
|
++#%> |
|
|
|
|
<%= toolbar title: "#{h(@page.pretty_title)}" %> |
|
|
|
|
<%= toolbar title: @page.pretty_title %> |
|
|
|
|
<%= labelled_tabular_form_for @content, as: :content, url: {action: 'update', id: @page}, html: {method: :put, multipart: true, id: 'wiki_form'} do |f| %> |
|
|
|
|
<%= f.hidden_field :lock_version %> |
|
|
|
|
<%= error_messages_for 'content' %> |
|
|
|
|