Skip to content

Commit 7166de0

Browse files
TobiasDeBruijnstickyPiston
authored andcommitted
Fix that commissions under the Other category aren't screaming in your face in the activity overview
1 parent d103f80 commit 7166de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/admin/activities/index.html.haml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
- elsif activity.group.committee?
2828
%span.badge.badge-success= activity.group.name.upcase
2929
- else
30-
%span.label.badge-warning= activity.group.name.upcase
30+
%span.badge.badge-warning= activity.group.name.upcase
3131
- else
3232
%td
3333
%span

0 commit comments

Comments
 (0)