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

10 lines
244 B
Text
Raw Normal View History

2018-02-09 21:28:27 +00:00
.row
.col
= 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-26 21:42:02 +00:00
= render 'i18n/form'