Skip to content

Commit

Permalink
Merge pull request #1293 from Drakkar-Software/dev
Browse files Browse the repository at this point in the history
dev merge
  • Loading branch information
GuillaumeDSM committed Jul 7, 2024
2 parents 37d19e5 + 5116712 commit e2cc4b7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% macro display_trading_state(is_real_trading, enabled_trader, hide_on_small=True, use_bold_for_title=False) -%}
<span class="{% if hide_on_small %}d-none d-xl-inline{% endif %}{% if use_bold_for_title %} font-weight-bold{% endif %}">{{ enabled_trader }} </span>
<span class="{% if hide_on_small %}d-none d-xxl-inline{% endif %}{% if use_bold_for_title %} font-weight-bold{% endif %}">{{ enabled_trader }} </span>
<i class="fa {% if is_real_trading %}fa-coins{% else %}fa-robot{% endif %}" data-toggle="tooltip" data-placement="top" title="{{ enabled_trader }}"></i>
{%- endmacro %}
{%- endmacro %}

0 comments on commit e2cc4b7

Please sign in to comment.