aboutsummaryrefslogtreecommitdiff
path: root/app/templates/packages/view.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-12-21 14:45:54 +0000
committerrubenwardy <rw@rubenwardy.com>2018-12-21 14:45:54 +0000
commit9da6b45cc371fe99712e273eab5af692b669b833 (patch)
tree03f4d6ec8103d95a3d4f7643c9a0ad8f763d77df /app/templates/packages/view.html
parentc9bf7a32451069c0697c8a18dddad7aa1a2bd8af (diff)
downloadcheatdb-9da6b45cc371fe99712e273eab5af692b669b833.tar.xz
Add bootstrap, change base template
Diffstat (limited to 'app/templates/packages/view.html')
-rw-r--r--app/templates/packages/view.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html
index f5ff628..a2ced03 100644
--- a/app/templates/packages/view.html
+++ b/app/templates/packages/view.html
@@ -16,7 +16,7 @@
You need to create releases even if you use a rolling release development cycle,
as Minetest needs them to check for updates.
</p>
- <a class="button" href="{{ package.getCreateReleaseURL() }}">Create Release</a>
+ <a class="btn" href="{{ package.getCreateReleaseURL() }}">Create Release</a>
{% else %}
A release is required before this package can be approved.
{% endif %}
@@ -158,7 +158,7 @@
</tr>
</table>
- <ul class="buttonset linedbuttonset">
+ <ul class="btnset linedbuttonset">
{% if package.getDownloadRelease() %}<li><a href="{{ package.getDownloadURL() }}" class="btn_green">Download</a></li>{% endif %}
{% if package.repo %}<li><a href="{{ package.repo }}">View Source</a></li>{% endif %}
{% if package.forums %}<li><a href="https://forum.minetest.net/viewtopic.php?t={{ package.forums }}">Forums</a></li>{% endif %}