5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-24 14:56:22 +00:00
panel/app/views/designs/_designs_buttons.haml
jazzari db90475e09
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: movidos partials a carpeta designs y varias correcciones #13587
2023-12-26 16:52:57 +01:00

17 lines
No EOL
436 B
Text

-# Custom and Donation buttons
.row.pt-5
.col-lg-10.offset-2
.row
.col-8
%h3.text-primary= t('.custom.title')
%p= t('.custom.help')
.col-4.pt-3
%button.btn.btn-primary= t('.custom.contact')
.row.py-4
.col-lg-10.offset-2
.row
.col-8
%h3.text-primary= t('.donation.title')
%p= t('.donation.help')
.col-4.pt-3
%button.btn.btn-primary= t('.donation.link')