mirror of
https://github.com/minetest/contentdb.git
synced 2025-03-14 14:22:30 +01:00
Add datetime to outdated packages macro
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
<li class="list-group-item">
|
||||
<div class="row">
|
||||
{% if package %}
|
||||
<a class="col-sm-2 text-muted" href="{{ package.getDetailsURL() }}">
|
||||
<a class="col-sm-4 text-muted" href="{{ package.getDetailsURL() }}">
|
||||
<img
|
||||
class="img-fluid"
|
||||
style="max-height: 22px; max-width: 22px;"
|
||||
@ -22,6 +22,9 @@
|
||||
{% else %}
|
||||
{{ _("Git repo has commit %(ref)s", ref=package.update_config.last_commit[0:5]) }}
|
||||
{% endif %}
|
||||
<span class="text-muted ml-3">
|
||||
{{ package.update_config.outdated_at | datetime }}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-auto">
|
||||
|
Reference in New Issue
Block a user