Sha256: 4139fdcbd0076a771729943d935656ae4cb5c1a7b593830daac380fb4e89c357

Contents?: true

Size: 300 Bytes

Versions: 7

Compression:

Stored size: 300 Bytes

Contents

- content_for :site_title do
  = t('.title')

= help t('.help', default: '')

= locomotive_form_for @site, url: sites_path, html: { multipart: true } do |f|

  = f.inputs :information do
    = f.input :name, input_html: { class: 'input-lg' }
    = f.input :handle

  = f.actions back_url: sites_path

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
locomotivecms-3.0.0.rc4 app/views/locomotive/sites/new.html.slim
locomotivecms-3.0.0.rc3 app/views/locomotive/sites/new.html.slim
locomotivecms-3.0.0.rc2 app/views/locomotive/sites/new.html.slim
locomotivecms-3.0.0.rc1 app/views/locomotive/sites/new.html.slim
locomotivecms-3.0.0.pre.beta.1 app/views/locomotive/sites/new.html.slim
locomotivecms-3.0.0.pre.alpha.3 app/views/locomotive/sites/new.html.haml
locomotivecms-3.0.0.pre.alpha.2 app/views/locomotive/sites/new.html.haml