5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-05 00:26:56 +00:00
panel/app/views/i18n/edit.haml

8 lines
208 B
Text
Raw Normal View History

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'