Remove uses of inline-styles

This commit is contained in:
Ryan Ahearn
2023-03-07 17:15:31 -05:00
parent 2a6bc62003
commit 73a3511ef2
11 changed files with 50 additions and 18 deletions

View File

@@ -46,7 +46,7 @@
{{ 1|message_count_label(item.type, suffix='template')|capitalize }}
</span>
{% endcall %}
{{ spark_bar_field(item.requested_count, most_used_template_count) }}
{{ spark_bar_field(item.requested_count, most_used_template_count, id=item.id) }}
{% endcall %}
</div>
{% endif %}