mirror of
https://github.com/minetest/contentdb.git
synced 2025-03-30 06:42:37 +02:00
Fix create release title in warning on package page
This commit is contained in:
@ -192,6 +192,7 @@
|
|||||||
{{ _("Only visible to the author and Editors.") }}
|
{{ _("Only visible to the author and Editors.") }}
|
||||||
</p>
|
</p>
|
||||||
<div class="btn-group btn-group-sm my-0">
|
<div class="btn-group btn-group-sm my-0">
|
||||||
|
{% set release_title = config.last_tag or (config.outdated_at | isodate) %}
|
||||||
<a class="btn btn-warning"
|
<a class="btn btn-warning"
|
||||||
href="{{ package.getCreateReleaseURL(title=release_title, ref=config.last_tag or config.last_commit) }}">
|
href="{{ package.getCreateReleaseURL(title=release_title, ref=config.last_tag or config.last_commit) }}">
|
||||||
<i class="fas fa-plus mr-1"></i>
|
<i class="fas fa-plus mr-1"></i>
|
||||||
|
Reference in New Issue
Block a user