mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-22 22:12:24 +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.") }}
|
||||
</p>
|
||||
<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"
|
||||
href="{{ package.getCreateReleaseURL(title=release_title, ref=config.last_tag or config.last_commit) }}">
|
||||
<i class="fas fa-plus mr-1"></i>
|
||||
|
Loading…
Reference in New Issue
Block a user