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