5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-28 17:56:21 +00:00
panel/app/views/i18n/edit.haml
2018-02-26 18:42:02 -03:00

9 lines
244 B
Text

.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')]
= render 'i18n/form'