mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-23 14:32:25 +01:00
Fix create release title in warning on package page
This commit is contained in:
parent
fa23a00014
commit
53d2d18b89
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user