Manual cleanup

This commit is contained in:
nitrohorse
2019-08-03 21:06:36 -07:00
parent 543099e914
commit c7937a241a
13 changed files with 226 additions and 228 deletions

View File

@ -17,8 +17,7 @@
{% assign text = label_data[1] %}
{% assign tooltip = label_data[2] | default: "" %}
{% assign help_icon = '<i class="far fa-question-circle"></i>' %}
<span class="badge badge-{{color}}" {% if tooltip %} data-toggle="tooltip" title="{{ tooltip }}">{{text}} {{ help_icon
}}
<span class="badge badge-{{color}}" {% if tooltip %} data-toggle="tooltip" title="{{ tooltip }}">{{text}} {{ help_icon }}
{% else %}
>{{text}}
{% endif %}