5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-05 22:15:45 +00:00
panel/app/views/sites/new.haml

10 lines
242 B
Plaintext

= render 'layouts/breadcrumb',
crumbs: [link_to(t('sites.index.title'), sites_path), t('.title')]
.row.justify-content-center
.col-md-8
%h1= t('.title')
%p.lead= t('.help')
= render 'form', site: @site, submit: t('.submit')