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

9 lines
190 B
Plaintext
Raw Normal View History

2019-09-04 16:50:27 +00:00
= render 'layouts/breadcrumb',
2019-09-12 16:57:25 +00:00
crumbs: [link_to(t('sites.index.title'), sites_path), t('.title')]
2019-09-04 16:50:27 +00:00
2019-07-12 23:40:44 +00:00
.row
.col
%h1= t('.title')
2019-07-17 22:18:48 +00:00
= render 'form', site: @site, submit: t('.submit')