Add link to channel details in dashboard

This commit is contained in:
Joakim Hellsén 2026-02-12 05:46:48 +01:00
commit 7128f19b9e
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk

View file

@ -95,6 +95,10 @@ Hover over the end time to see the exact date and time.
title="Watch {{ channel.display_name }} on Twitch"> title="Watch {{ channel.display_name }} on Twitch">
{{ channel.display_name }} {{ channel.display_name }}
</a> </a>
<a href="{% url 'twitch:channel_detail' channel.twitch_id %}"
title="View {{ channel.display_name }} details"
style="font-family: monospace;
text-decoration: none">[i]</a>
</li> </li>
{% endif %} {% endif %}
{% endfor %} {% endfor %}