Add detail page

This commit is contained in:
2026-05-15 00:08:14 +03:00
parent 219f0a5259
commit 15dc6147dd
9 changed files with 295 additions and 22 deletions

View File

@@ -35,7 +35,7 @@
{% for sub in submissions %}
<tr class="hover:bg-slate-50">
<td class="px-4 py-3">
<span class="mono text-amber-700 font-medium">{{ sub.slug }}</span>
<a href="{% url 'dashboard:detail' sub.slug %}" class="mono text-amber-700 hover:underline font-medium">{{ sub.slug }}</a>
</td>
<td class="px-4 py-3 text-slate-600">{{ sub.source_label }}</td>
<td class="px-4 py-3">