5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-23 13:46:21 +00:00

Merge remote-tracking branch 'refs/remotes/origin/issue-14966' into issue-14966
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
maki 2024-01-23 16:29:24 -03:00
commit 0a742f5481
5 changed files with 13 additions and 5 deletions

View file

@ -3,6 +3,7 @@ $white: white;
$grey: grey; $grey: grey;
$cyan: #13fefe; $cyan: #13fefe;
$magenta: #f206f9; $magenta: #f206f9;
$blue: blue;
$colors: ( $colors: (
"black": $black, "black": $black,
@ -14,6 +15,7 @@ $colors: (
// Redefinir variables de Bootstrap // Redefinir variables de Bootstrap
$primary: $magenta; $primary: $magenta;
$secondary: $black; $secondary: $black;
$info: $blue;
$jumbotron-bg: transparent; $jumbotron-bg: transparent;
$enable-rounded: false; $enable-rounded: false;
$form-feedback-valid-color: $black; $form-feedback-valid-color: $black;

View file

@ -1,3 +1,3 @@
-# Componente Botón general Moderación -# Componente Botón general Moderación
%a.btn.rounded.mx-2{role: "button", href: href, class: @class} #{text} %a.btn.btn-lg.rounded.mx-2{role: "button", href: href, class: @class} #{text}

View file

@ -3,8 +3,8 @@
.d-flex.py-2.justify-content-center .d-flex.py-2.justify-content-center
-# parámetros de botones -# parámetros de botones
-# text, class, href -# text, class, href
- @btn_box_params = [[t('.text_pause'), 'bg-outline-light', 'https://sutty.nl/'], - @btn_box_params = [[t('.text_pause'), 'btn-outline-secondary disabled', ''],
[t('.text_reject'), 'btn-outline-info blue', 'https://sutty.nl/'], [t('.text_reject'), 'btn-outline-info', 'https://sutty.nl/'],
[t('.text_accept'), 'bg-blue white', 'https://sutty.nl/'], [t('.text_accept'), 'bg-blue white', 'https://sutty.nl/'],
[t('.text_reply'), 'btn-outline-dark', 'https://sutty.nl/'], [t('.text_reply'), 'btn-outline-dark', 'https://sutty.nl/'],
[t('.text_report'), 'btn-outline-danger', 'https://sutty.nl/']] [t('.text_report'), 'btn-outline-danger', 'https://sutty.nl/']]

View file

@ -1,3 +1,3 @@
.flex .flex
%h2.text-center Comentarios %h3.text-center.py-2 Comentarios
= render 'moderation_queue/comment' = render 'moderation_queue/comment'

View file

@ -2,6 +2,12 @@ en:
moderation_queue: moderation_queue:
remote_profile: remote_profile:
user: Username user: Username
button_box:
text_pause: Pause
text_reject: Reject
text_accept: Accept Publication
text_reply: Reply
text_report: Report
dark: Dark dark: Dark
dir: ltr dir: ltr
en: English en: English