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