Sha256: 4c3330a5480811e0656cd6ab546681abe1a13b0b736a4eb11ccc40f0d14a40e2
Contents?: true
Size: 632 Bytes
Versions: 10
Compression:
Stored size: 632 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 :redirect_to_first_domain, 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
10 entries across 10 versions & 1 rubygems