Skip to content

Commit 9cbabc3

Browse files
committed
update skill badges on admin member profile
update background colour used for skill badges on admin member profiles to match the colour used when a member views their own profile.
1 parent 1d41738 commit 9cbabc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/admin/members/_profile.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.mb-4
1111
%h5 Skills
1212
- @member.skills.each do |skill|
13-
.badge.bg-success= skill.name
13+
.badge.bg-secondary= skill.name
1414

1515
.mb-4
1616
%h5 Dietary Restrictions

0 commit comments

Comments
 (0)