aboutsummaryrefslogtreecommitdiff
path: root/app/templates/packages/view.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2019-01-28 23:16:51 +0000
committerrubenwardy <rw@rubenwardy.com>2019-01-28 23:17:00 +0000
commitf822027ec590b4c92dad85d5499f6e478a5e472c (patch)
tree328e7ada62c5574651a88ed6f99736f53816f1f1 /app/templates/packages/view.html
parent034315d421c01c5524565d24e3f7fd3666a77ee1 (diff)
downloadcheatdb-f822027ec590b4c92dad85d5499f6e478a5e472c.tar.xz
Hide create release fields depending on radio buttons
Diffstat (limited to 'app/templates/packages/view.html')
-rw-r--r--app/templates/packages/view.html1
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>