Use <abbr> instead of <span> for tooltips
This commit is contained in:
parent
ac58ff47ee
commit
ced38bd86a
1 changed files with 2 additions and 2 deletions
|
|
@ -20,11 +20,11 @@
|
||||||
- {{ feed_count.updates_enabled }} enabled
|
- {{ feed_count.updates_enabled }} enabled
|
||||||
</span>
|
</span>
|
||||||
- {{ entry_count.total }} entries
|
- {{ entry_count.total }} entries
|
||||||
<span data-bs-toggle="tooltip" title="Entries per day average for the past 1, 3 and 12 months">
|
<abbr title="Entries per day average for the past 1, 3 and 12 months">
|
||||||
({{ entry_count.averages[0]|round(1) }},
|
({{ entry_count.averages[0]|round(1) }},
|
||||||
{{ entry_count.averages[1]|round(1) }},
|
{{ entry_count.averages[1]|round(1) }},
|
||||||
{{ entry_count.averages[2]|round(1) }})
|
{{ entry_count.averages[2]|round(1) }})
|
||||||
</span>
|
</abbr>
|
||||||
</p>
|
</p>
|
||||||
{% for hook_from_context in webhooks %}
|
{% for hook_from_context in webhooks %}
|
||||||
<div class="p-2 mb-2 border border-dark" style="background: #161616;">
|
<div class="p-2 mb-2 border border-dark" style="background: #161616;">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue