add created by on admin dashboard
All checks were successful
Build Images and Deploy / Update-PROD-Stack (push) Successful in 28s

This commit is contained in:
2026-02-28 17:39:44 -05:00
parent 2006e3e4f0
commit 79c0b883f7

View File

@@ -17,6 +17,7 @@
<div class="hunt-info">
<h3><%= hunt.name %></h3>
<span class="meta"><%= hunt.short_name %> &middot; <%= hunt.package_count %> packages
<% if (isAdmin && hunt.creator_name) { %> &middot; by <%= hunt.creator_name %><% } %>
<% if (hunt.expiry_date) { %> &middot; Expires: <%= new Date(hunt.expiry_date).toLocaleDateString() %><% } %>
</span>
</div>