Commit a3da5bdf authored by John Hope's avatar John Hope

Use rails helper to render mark_for_deletion badge

Changelog: other
EE: true
parent 20d55baf
- css_class = local_assigns.fetch(:css_class)
- if group.marked_for_deletion?
%span.badge.badge-warning{ class: css_class }
= gl_badge_tag({ variant: :warning }, { class: css_class }) do
= _('pending deletion')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment