mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 01:23:48 +01:00
Add note to outdated packages in user todo
This commit is contained in:
parent
a92ef0a8a1
commit
2fddc276de
@ -37,11 +37,16 @@
|
|||||||
<a class="btn btn-secondary float-right" href="/help/update_config/">Help</a>
|
<a class="btn btn-secondary float-right" href="/help/update_config/">Help</a>
|
||||||
<a class="btn btn-secondary float-right mr-2" href="{{ url_for('packages.bulk_update_config', username=user.username) }}">See all Update Settings</a>
|
<a class="btn btn-secondary float-right mr-2" href="{{ url_for('packages.bulk_update_config', username=user.username) }}">See all Update Settings</a>
|
||||||
<h2>{{ _("Potentially Outdated Packages") }}</h2>
|
<h2>{{ _("Potentially Outdated Packages") }}</h2>
|
||||||
{% if outdated_packages %}
|
<p class="alert alert-info">
|
||||||
<p>
|
{{ _("New: Git Update Detection has been set up to send outdated notifications for all packages automatically.") }}<br />
|
||||||
{{ _("Instead of marking packages as outdated, you can automatically create releases when New Commits or New Tags are pushed to Git by clicking 'Update Settings'.") }}
|
{{ _("Consider changing the update settings to create releases automatically instead.") }}
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
<p>
|
||||||
|
{{ _("Instead of marking packages as outdated, you can automatically create releases when New Commits or New Tags are pushed to Git by clicking 'Update Settings'.") }}
|
||||||
|
{% if outdated_packages %}
|
||||||
|
{{ _("To remove a package from below, create a release or change the update settings.") }}
|
||||||
|
{% endif %}
|
||||||
|
</p>
|
||||||
|
|
||||||
{% from "macros/todo.html" import render_outdated_packages %}
|
{% from "macros/todo.html" import render_outdated_packages %}
|
||||||
{{ render_outdated_packages(outdated_packages, current_user) }}
|
{{ render_outdated_packages(outdated_packages, current_user) }}
|
||||||
|
Loading…
Reference in New Issue
Block a user