2020-02-11 17:41:57 +00:00
|
|
|
.row.justify-content-center
|
|
|
|
.col-md-8
|
2019-07-12 23:40:44 +00:00
|
|
|
%h1= t('.title')
|
2020-02-11 17:41:57 +00:00
|
|
|
%p.lead= t('.help')
|
2019-07-12 23:40:44 +00:00
|
|
|
|
2019-07-17 22:18:48 +00:00
|
|
|
= render 'form', site: @site, submit: t('.submit')
|