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

8 lines
214 B
Text
Raw Permalink Normal View History

2019-09-04 16:50:27 +00:00
= render 'layouts/breadcrumb',
2019-09-12 16:57:25 +00:00
crumbs: [link_to(t('sites.index.title'), sites_path),
2019-09-04 16:50:27 +00:00
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'