mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 02:31:42 +00:00
9 lines
242 B
Text
9 lines
242 B
Text
= 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')
|