Skip to content

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

Sedrubal requested to merge (removed):fix_css-badge-class into master

What does this MR do?

The CSS class for the 2FA label in group members view used the old bootstrap class .label and .labe-info. These classes have been renamed to .badge and .badge-info in bootstrap 4. I did not find any other occurrences of .label-{info,success,warning,danger} in this project.

Before:

Screenshot_20180926_210425

After:

Screenshot_20180926_210506

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Sedrubal

Merge request reports