mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 06:31:44 +00:00
12 lines
260 B
Text
12 lines
260 B
Text
|
.row
|
||
|
.col
|
||
|
= render 'layouts/breadcrumb',
|
||
|
crumbs: [ link_to(t('sites.index'), sites_path),
|
||
|
link_to(@site.name, site_path(@site)),
|
||
|
t('i18n.index'),
|
||
|
t('i18n.edit')]
|
||
|
|
||
|
.row
|
||
|
.col
|
||
|
= render 'i18n/form'
|