Sha256: 8d710bf4febafa29c791def1d6cdfdb90c7a84edf2f186ed811245c6308f3e5c
Contents?: true
Size: 587 Bytes
Versions: 10
Compression:
Stored size: 587 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 = form.primary t(@site.new_record?? '.create' : '.update') = link_to t('.cancel'), comfy_admin_cms_sites_path, class: 'btn btn-link'
Version data entries
10 entries across 10 versions & 1 rubygems