mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 23:11:42 +00:00
6 lines
141 B
Text
6 lines
141 B
Text
.row.justify-content-center
|
|
.col-md-8
|
|
%h1= t('.title')
|
|
%p.lead= t('.help')
|
|
|
|
= render 'form', site: @site, submit: t('.submit')
|