Sha256: 4e457f4df84043537358e62bc7a536c7048be84077cd043be776b1a5e34ff20e
Contents?: true
Size: 613 Bytes
Versions: 7
Compression:
Stored size: 613 Bytes
Contents
= comfy_admin_partial "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]})", l[0]]} = comfy_admin_partial "comfy/admin/cms/partials/site_form_after", form: form = form.form_actions do = submit_tag t(@site.new_record? ? ".create" : ".update"), class: "btn btn-primary" = link_to t(".cancel"), comfy_admin_cms_sites_path, class: "btn btn-link"
Version data entries
7 entries across 7 versions & 1 rubygems