<%= flash_message %>

Edit Template

<%= form_tag({}, { :onsubmit => "temp_content.toggleEditor();" }) do %>
Name: <%= text_field :temp, :name %>
Content:
<%= text_area :temp, :content, :class => 'codepress html autocomplete-off', :style => 'width: 100%; height: 600px;' %>
<%= submit_tag 'Save Template', :class => 'form_button' %> <%= link_to 'Cancel', :action => 'templates' %>

<%= render :partial => 'template_reference' %>
Preview:
<%= submit_tag 'Save Template', :class => 'form_button' %>
<% end %> <%= form_tag({ :controller => '/cms/content', :action => 'preview_template' }, :id => 'preview_form', :target => 'preview_frame') do %> <%= text_area_tag 'temp[content]', '', :id => 'preview_content', :style => 'display: none;' %> <%= hidden_field_tag 'mode', 'preview' %> <% end %>