Sha256: 73c4c2999fcf6f63172a62cba8cda4dd34d099e8213896f82c1025a367ec404f
Contents?: true
Size: 487 Bytes
Versions: 9
Compression:
Stored size: 487 Bytes
Contents
- @page_title = current_object.name + ' ' + t('template') + ' - ' + default_page_title - render_region :main do |main| - main.edit_header do %h1= t('edit_template') - main.edit_form do - form_for :template, current_object, :url => admin_template_path(current_object), :html => {:method => :put , 'data-onsubmit_status' => onsubmit_status(current_object)} do |f| = render :partial => 'form', :locals => {:f => f} - content_for 'page_scripts', template_edit_javascripts
Version data entries
9 entries across 9 versions & 1 rubygems