PROD-2112

This commit is contained in:
Ali-D-Akbar
2020-09-15 01:28:50 +05:00
parent bc1d1bc2c5
commit 5ddc818fe4

View File

@@ -31,9 +31,9 @@
<% if(showGroups) { %>
<% allocation = Math.floor(100 / groups.length) %>
<ol class="collection-items groups groups-<%= index %>">
<ol class="collection-items groups groups-<%- index %>">
<% groups.each(function(group, groupIndex) { %>
<li class="item group group-<%= groupIndex %>">
<li class="item group group-<%- groupIndex %>">
<span class="name group-name"><%- group.get('name') %></span>
<span class="meta group-allocation"><%- allocation %>%</span>
</li>