mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:21:41 +00:00
11 lines
241 B
Text
11 lines
241 B
Text
|
.row
|
||
|
.col
|
||
|
= render 'layouts/breadcrumb',
|
||
|
crumbs: [link_to(t('sites.index'), sites_path),
|
||
|
t('.title', site: @site.name)]
|
||
|
.row
|
||
|
.col
|
||
|
%h1= t('.title', site: @site.name)
|
||
|
|
||
|
= render 'form', submit: t('.submit')
|