Sha256: fb61503d3badf27a442c64c5c52c7527690fa3ddbd2da6cfe77f7fec35a318ca

Contents?: true

Size: 1.1 KB

Versions: 5

Compression:

Stored size: 1.1 KB

Contents

= f.inputs :advanced do
  = f.input :locales, as: :array, template: :locale, template_url: new_locale_current_site_path(current_site), select_options: options_for_site_locales

  = f.input :prefix_default_locale, as: :toggle

  = f.input :bypass_browser_locale, as: :toggle

  = f.input :timezone_name, as: :select, include_blank: false, collection: options_for_site_timezones

  = f.input :robots_txt, as: :code, wrapper_html: { class: 'small' }

  = f.input :maximum_uploaded_file_size

  = f.inputs :cache_enabled do
    = f.input :cache_enabled, as: :toggle
    = f.input :cache_control, as: :string, wrapper_html: { class: "#{'hide' unless f.object.cache_enabled?}" }
    = f.input :cache_vary, as: :string, wrapper_html: { class: "#{'hide' unless f.object.cache_enabled?}" }

- if policy(@site).destroy?
  = f.actions do
    .row
      .col-sm-6.text-left
        = link_to t('.destroy'), current_site_path(current_site), data: { safe_confirm: { question: t('.confirm_destroy'), answer: @site.name } }, class:'btn btn-sm btn-danger', method: :delete
      .col-sm-6.text-right
        = f.action

- else
  = f.actions

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
locomotivecms-4.2.0.alpha2 app/views/locomotive/current_site/form/_advanced.html.slim
locomotivecms-4.2.0.alpha1 app/views/locomotive/current_site/form/_advanced.html.slim
locomotivecms-4.1.1 app/views/locomotive/current_site/form/_advanced.html.slim
locomotivecms-4.1.0 app/views/locomotive/current_site/form/_advanced.html.slim
locomotivecms-4.1.0.rc1 app/views/locomotive/current_site/form/_advanced.html.slim