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)
|
|
|
|
|
2019-07-17 22:18:48 +00:00
|
|
|
= render 'form', site: @site, submit: t('.submit')
|