PROD-1607

This commit is contained in:
Ali-D-Akbar
2020-08-24 16:36:39 +05:00
parent e6a080ed4d
commit 51577629ea

View File

@@ -1,7 +1,7 @@
<% var hasIcon = icon ? 1 : 0; %>
<a class="tab-label <% if (hasIcon) { print('has-icon') } %>" href="#">
<% if (hasIcon) { %><span class="icon <%= icon %>" aria-hidden="true"></span> <% } %><%- gettext(name) %>
<% if (hasIcon) { %><span class="icon <%- icon %>" aria-hidden="true"></span> <% } %><%- gettext(name) %>
</a>
<% if (is_closable) { %>