Change class .label to .badge for 2FA label in group members view

This commit is contained in:
sedrubal 2018-09-15 14:26:38 +02:00
parent a936a6cebd
commit 74523de7f3
No known key found for this signature in database
GPG Key ID: B83D4C8CEB8ABFF6
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
%strong Blocked
- if user.two_factor_enabled?
%label.label.label-info
%label.badge.badge-info
2FA
- if source.instance_of?(Group) && source != @group