Add better titles to artists too

This commit is contained in:
2023-03-03 11:44:36 -05:00
parent bce1322289
commit 411d2b42b0

View File

@ -91,7 +91,7 @@
<button class="nav-link {% if forloop.first %}active{% endif %}"
id="artist-{{chart_name}}-tab" data-bs-toggle="tab" data-bs-target="#artist-{{chart_name}}"
type="button" role="tab" aria-controls="home" aria-selected="true">
{{chart_name}}
{% if chart_name == "all" %}All Time{% else %}{% if chart_name != "today" %}This {% endif %}{{chart_name|capfirst}}{% endif %}
</button>
</li>
{% endfor %}