5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-07 10:25:46 +00:00
panel/app/views/sites/new.haml

15 lines
348 B
Plaintext
Raw Normal View History

2019-07-12 23:40:44 +00:00
.row
.col
= render 'layouts/breadcrumb',
crumbs: [ link_to(t('sites.index'), sites_path), t('.title') ]
.row
.col
%h1= t('.title')
= form_for @site do |f|
.form-group
= f.label :name
= f.text_field :name, class: 'form-control'
.form-group
= f.submit t('.submit'), class: 'btn btn-success'