mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-28 17:56:21 +00:00
9 lines
244 B
Text
9 lines
244 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')]
|
|
|
|
= render 'i18n/form'
|