pages added

This commit is contained in:
Andreas Stephanides
2013-03-10 20:06:34 +01:00
parent 5bb60ec8d5
commit 24694612e8
17 changed files with 357 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<%= tinymce_assets %>
<%= semantic_form_for @page do |f| %>
<%= f.inputs do %>
<%= f.input :name %>
<%= f.input :body, :as=>:text,:input_html=>{:style=>"width:100%"} %>
<%= f.input :change_comment %>
<% end %>
<%= tinymce %>
<%= f.actions do %>
<%= f.action :submit, :as =>:input %>
<% end %>
<% end %>