diff options
Diffstat (limited to 'app/templates')
| -rw-r--r-- | app/templates/todo/tags.html | 2 |
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> |
