Skip to content

Commit

Permalink
[ADD] More Bootstrap tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer committed Sep 16, 2024
1 parent 95a8ffb commit de1dac0
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,13 @@ <h4>{% translate "Your monthly stats" %}</h4>
<td>{{ month|month_name }}</td>
<td>{{ fatcount }}</td>
<td class="text-end">
<a href="{% url 'afat:statistics_character' character.2 year month %}" class="btn btn-primary btn-sm">
<a
href="{% url 'afat:statistics_character' character.2 year month %}"
class="btn btn-primary btn-sm"
data-bs-toggle="tooltip"
data-bs-html="true"
data-bs-title="{% translate 'Statistics for' %}:<br>{{ character.0 }} ({{ month|month_name }} {{ year }})"
>
<i class="fa-solid fa-eye"></i>
</a>
</td>
Expand Down

0 comments on commit de1dac0

Please sign in to comment.