diff options
Diffstat (limited to 'app/templates/packages/view.html')
| -rw-r--r-- | app/templates/packages/view.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index 2150a8c..f28a18c 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -240,6 +240,7 @@ <div class="float-right"> {% if package.checkPerm(current_user, "MAKE_RELEASE") %} <a href="{{ package.getBulkReleaseURL() }}">bulk</a> + | <a href="{{ package.getCreateReleaseURL() }}">+</a> {% endif %} </div> |
