add created by on admin dashboard
Build Images and Deploy / Update-PROD-Stack (push) Successful in 28s
Build Images and Deploy / Update-PROD-Stack (push) Successful in 28s
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
<div class="hunt-info">
|
<div class="hunt-info">
|
||||||
<h3><%= hunt.name %></h3>
|
<h3><%= hunt.name %></h3>
|
||||||
<span class="meta"><%= hunt.short_name %> · <%= hunt.package_count %> packages
|
<span class="meta"><%= hunt.short_name %> · <%= hunt.package_count %> packages
|
||||||
|
<% if (isAdmin && hunt.creator_name) { %> · by <%= hunt.creator_name %><% } %>
|
||||||
<% if (hunt.expiry_date) { %> · Expires: <%= new Date(hunt.expiry_date).toLocaleDateString() %><% } %>
|
<% if (hunt.expiry_date) { %> · Expires: <%= new Date(hunt.expiry_date).toLocaleDateString() %><% } %>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user