aboutsummaryrefslogtreecommitdiff
path: root/app/templates
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2020-07-15 15:44:59 +0100
committerrubenwardy <rw@rubenwardy.com>2020-07-15 15:44:59 +0100
commit643380038b0196dfdbfb8356439e897613f0830d (patch)
treebc47f9a6c01f507b63db9aac8d5dff7e3fd2e4eb /app/templates
parent27dfbabe2f3ab416eb13f35d8d7116a946ebf6fa (diff)
downloadcheatdb-643380038b0196dfdbfb8356439e897613f0830d.tar.xz
Fix broken ordering by reverting change to default
Diffstat (limited to 'app/templates')
-rw-r--r--app/templates/todo/tags.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/todo/tags.html b/app/templates/todo/tags.html
index a61f77f..76e0852 100644
--- a/app/templates/todo/tags.html
+++ b/app/templates/todo/tags.html
@@ -21,7 +21,7 @@
by {{ package.author.display_name }}
</td>
- <td>
+ <td class="text-center">
{% if package.checkPerm(current_user, "EDIT_PACKAGE") %}
<a class="btn btn-link btn-sm py-0" href="{{ package.getEditURL() }}">
<i class="fas fa-edit"></i>