5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-04 16:25:45 +00:00
panel/app/views/sites/edit.haml

11 lines
241 B
Plaintext
Raw Normal View History

2019-07-13 00:20:36 +00:00
.row
.col
= render 'layouts/breadcrumb',
crumbs: [link_to(t('sites.index'), sites_path),
t('.title', site: @site.name)]
.row
.col
%h1= t('.title', site: @site.name)
= render 'form', submit: t('.submit')