Sha256: ac68b4ed0f59b127547a36a1efc7f6276717e4a019fd3412c4ba0fa80a65543b
Contents?: true
Size: 781 Bytes
Versions: 16
Compression:
Stored size: 781 Bytes
Contents
- if policy(@site).point? = f.inputs :access_points do = f.input :handle = f.input :domains, as: :array, hint: t(:domains, scope: 'simple_form.hints.locomotive.site', domain: Locomotive.config.host || request.host).html_safe, placeholder: true, collection: f.object.domains, template: :domain, template_url: new_domain_current_site_path(current_site) = f.input :asset_host, hint: t(:asset_host, scope: 'simple_form.hints.locomotive.site').html_safe = f.input :redirect_to_first_domain, as: :toggle = f.input :redirect_to_https, as: :toggle = f.inputs :private_access do = f.input :private_access, as: :toggle = f.input :password, as: :string, wrapper_html: { class: "#{'hide' unless f.object.private_access?}" } = f.actions do = f.action
Version data entries
16 entries across 16 versions & 1 rubygems