mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-23 14:32:25 +01:00
Add link to updateconfig from new release
This commit is contained in:
parent
6e763b8453
commit
2f2b8dc983
@ -7,7 +7,12 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>{{ _("Create a release") }}</h1>
|
<h1>{{ _("Create a release") }}</h1>
|
||||||
|
|
||||||
{% if not (package.repo and package.update_config) %}
|
{% if package.update_config %}
|
||||||
|
<p class="alert alert-secondary mb-4">
|
||||||
|
<a class="float-right btn btn-sm btn-secondary" href="{{ package.getUpdateConfigURL() }}">{{ _("Settings") }}</a>
|
||||||
|
{{ _("You have automatic releases enabled") }}
|
||||||
|
</p>
|
||||||
|
{% else %}
|
||||||
<p class="alert alert-info mb-4">
|
<p class="alert alert-info mb-4">
|
||||||
{% if package.repo %}
|
{% if package.repo %}
|
||||||
<a class="float-right btn btn-sm btn-info" href="{{ package.getSetupReleasesURL() }}">{{ _("Set up") }}</a>
|
<a class="float-right btn btn-sm btn-info" href="{{ package.getSetupReleasesURL() }}">{{ _("Set up") }}</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user