5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-26 04:26:21 +00:00
panel/app/views/sites/new.haml
2019-09-12 13:57:57 -03:00

8 lines
190 B
Text

= render 'layouts/breadcrumb',
crumbs: [link_to(t('sites.index.title'), sites_path), t('.title')]
.row
.col
%h1= t('.title')
= render 'form', site: @site, submit: t('.submit')