forked from bofh/fetsite
pages added
This commit is contained in:
12
app/views/pages/_form.html.erb
Normal file
12
app/views/pages/_form.html.erb
Normal 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 %>
|
||||
Reference in New Issue
Block a user