Skip to content
Snippets Groups Projects
Commit 481e5f24 authored by Taico Aerts's avatar Taico Aerts
Browse files

Merge branch 'badges' into eip-develop

parents 4df602cb aea09bbc
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@
border-style: solid;
border-width: 2px;
border-radius: 16px;
white-space: nowrap;
}
.bronze-badge {
......
......@@ -4,7 +4,7 @@
<% is_small ||= false %>
<span style="white-space: nowrap;" class="tooltip" id="<%= dom_id badge %>">
<span class="tooltip" id="<%= dom_id badge %>">
<span class="user-badge <%= css_class if defined?(css_class) %>">
<% badge.icon.split(';').each do |icon| %>
<i class="fas <%= icon %> <%= 'has-margin-right-1' unless is_small %>"></i>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment