Sha256: bb2827a2c7fcb6c6c77b6ed0e538bf2a5c55ab0dd85c8ade3a1a633e18a6e070
Contents?: true
Size: 535 Bytes
Versions: 2
Compression:
Stored size: 535 Bytes
Contents
= f.inputs :url_redirections do = f.input :url_redirections_expert_mode, as: :toggle = f.input :url_redirections_plain_text, as: :text, wrapper_html: { class: 'hide' }, input_html: { rows: 30 } = f.input :url_redirections, as: :array, hint: t(:url_redirections, scope: 'simple_form.hints.locomotive.site').html_safe, placeholder: true, collection: f.object.url_redirections_with_information(false).to_a, template: :url_redirection, template_url: new_url_redirection_current_site_path(current_site) = f.actions do = f.action
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
locomotivecms-4.0.0.rc0 | app/views/locomotive/current_site/form/_url_redirections.html.slim |
locomotivecms-4.0.0.alpha3 | app/views/locomotive/current_site/form/_url_redirections.html.slim |