5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-05 23:15:45 +00:00
panel/app/views/i18n/edit.haml
2019-09-12 13:57:57 -03:00

8 lines
214 B
Plaintext

= 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'