5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 07:14:16 +00:00

feat: agregada botonera instancias #15081
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
jazzari 2024-02-02 15:06:36 -03:00
parent da1f7f7754
commit cfae99ca7b
2 changed files with 9 additions and 0 deletions

View file

@ -54,6 +54,11 @@ class ApplicationController < ActionController::Base
[t('moderation_queue.profile_button_box.text_check'), 'btn-outline-success', ''],
[t('moderation_queue.profile_button_box.text_deny'), 'bg-blue white', ''],
[t('moderation_queue.profile_button_box.text_report'), 'btn-danger', '']]
#botones de instances (instancias)
@instances_btn_params = [[t('moderation_queue.instances_button_box.text_check'), 'btn-outline-success', ''],
[t('moderation_queue.instances_button_box.text_allow'), 'btn-success', ''],
[t('moderation_queue.instances_button_box.text_deny'), 'btn-danger', '']]
end
def notify_unconfirmed_email

View file

@ -28,6 +28,10 @@ es:
text_order: Ordenar por
text_show: Ver
text_checked: Con los marcados
instances_button_box:
text_check: Moderar caso por caso
text_allow: Permitir todo
text_deny: Bloquear instancia
dark: Oscuro
es: Castellano
en: English