Sha256: 0bd29abd12ee08bf536de2670dc98a3625e817686e85fb3cbb8f3c3dc9da220b
Contents?: true
Size: 672 Bytes
Versions: 4
Compression:
Stored size: 672 Bytes
Contents
= render 'comfy/admin/cms/partials/site_form_before', :form => form = form.text_field :label, :data => {:slugify => @site.new_record?} = form.text_field :identifier, :data => {:slug => true} = form.text_field :hostname = form.text_field :path = form.select :locale, ComfortableMexicanSofa.config.locales.to_a.collect{|l| [l[1], l[0]]} = form.form_group do = form.check_box :is_mirrored, :label => t('.is_mirrored') = render 'comfy/admin/cms/partials/site_form_after', :form => form = form.form_group :class => 'form-actions' do = form.primary t(@site.new_record?? '.create' : '.update') = link_to t('.cancel'), comfy_admin_cms_sites_path, :class => 'btn btn-link'
Version data entries
4 entries across 4 versions & 1 rubygems