Add detail page
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user