mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-12 10:43:38 +01:00
Merge pull request #823 from Retrospring/feature/megabyte-one
Add spacing to 2FA buttons
This commit is contained in:
commit
13bd043722
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
%p= t(".body")
|
%p= t(".body")
|
||||||
%p= t(".recovery_code_count", count: recovery_code_count)
|
%p= t(".recovery_code_count", count: recovery_code_count)
|
||||||
= link_to t(".remove.action"), settings_two_factor_authentication_otp_authentication_path, class: "btn btn-danger",
|
= link_to t(".remove.action"), settings_two_factor_authentication_otp_authentication_path, class: "btn btn-danger mb-1",
|
||||||
data: { turbo_confirm: t(".remove.confirm"), turbo_method: :delete }
|
data: { turbo_confirm: t(".remove.confirm"), turbo_method: :delete }
|
||||||
= link_to t(".regenerate.action"), settings_two_factor_authentication_otp_authentication_reset_path, class: "btn btn-primary",
|
= link_to t(".regenerate.action"), settings_two_factor_authentication_otp_authentication_reset_path, class: "btn btn-primary mb-1",
|
||||||
data: { turbo_confirm: t(".regenerate.confirm"), turbo_method: :delete }
|
data: { turbo_confirm: t(".regenerate.confirm"), turbo_method: :delete }
|
||||||
|
|
Loading…
Reference in a new issue