5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-02 16:46:06 +00:00
panel/app/views/sites/new.haml

7 lines
141 B
Plaintext
Raw Permalink Normal View History

.row.justify-content-center
.col-md-8
2019-07-12 23:40:44 +00:00
%h1= t('.title')
%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')