Sha256: 42feda2b473228f7507fb0b63c654ecead9045f63244c45b3543201a907f089a
Contents?: true
Size: 543 Bytes
Versions: 2
Compression:
Stored size: 543 Bytes
Contents
- title t('.title') .public-box .public-intro h3= t('.title') p= t('.description') = locomotive_form_for @site, url: sites_path, html: { multipart: true } do |f| = f.inputs :information do = f.input :name = f.input :handle = f.actions do = link_to t('.go_back').html_safe, sites_path, class: 'form-link' = f.button :submit, t('.submit').html_safe, class: 'btn btn-primary', data: { loading_text: t('simple_form.buttons.defaults.locomotive.loading_text') } = render 'locomotive/sites/navigation'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
locomotivecms-3.0.0.rc6 | app/views/locomotive/sites/new.html.slim |
locomotivecms-3.0.0.rc5 | app/views/locomotive/sites/new.html.slim |