2019-09-04 16:50:27 +00:00
|
|
|
= render 'layouts/breadcrumb',
|
|
|
|
crumbs: [link_to(t('sites.index'), sites_path),
|
|
|
|
link_to(@site.name, site_path(@site)),
|
|
|
|
t('i18n.index'),
|
|
|
|
t('i18n.edit')]
|
2018-02-09 21:28:27 +00:00
|
|
|
|
2018-02-26 21:42:02 +00:00
|
|
|
= render 'i18n/form'
|