5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-05 22:45:45 +00:00
panel/app/views/sites/new.haml

7 lines
148 B
Plaintext
Raw Normal View History

.row.justify-content-center
2023-04-20 21:23:58 +00:00
.col-12.col-lg-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')