forked from bofh/fetsite
13 lines
337 B
Plaintext
13 lines
337 B
Plaintext
<%= tinymce_assets %>
|
|
<%= semantic_form_for @page do |f| %>
|
|
<%= f.inputs do %>
|
|
<%= f.input :name %>
|
|
<%= f.input :body, :as=>:text,:input_html=>{:style=>"width:100%;font-familiy:Times New Roman;"} %>
|
|
<%= f.input :change_comment %>
|
|
<% end %>
|
|
<%= tinymce %>
|
|
<%= f.actions do %>
|
|
<%= f.action :submit, :as =>:input %>
|
|
<% end %>
|
|
<% end %>
|