Sha256: 2ac635a740213df6851136715ca401506aca7594cc1a574ee770e06845474c4a
Contents?: true
Size: 579 Bytes
Versions: 32
Compression:
Stored size: 579 Bytes
Contents
- title t('.title') = content_for :header do = render 'locomotive/shared/account_navigation' .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') }
Version data entries
32 entries across 32 versions & 1 rubygems