mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 23:36:21 +00:00
feat: agregada botonera instancias #15081
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
da1f7f7754
commit
cfae99ca7b
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue