mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-23 05:11:50 +00:00
9 lines
203 B
Text
9 lines
203 B
Text
.row
|
|
.col
|
|
= render 'layouts/breadcrumb',
|
|
crumbs: [link_to(t('sites.index'), sites_path), t('.title')]
|
|
.row
|
|
.col
|
|
%h1= t('.title')
|
|
|
|
= render 'form', site: @site, submit: t('.submit')
|