summaryrefslogtreecommitdiff
path: root/client/html/posts_page.tpl
diff options
context:
space:
mode:
authorHunternif <hunternif@gmail.com>2025-02-16 19:20:08 +0000
committerHunternif <hunternif@gmail.com>2025-02-16 19:20:08 +0000
commit9bbbae62f19fe307b11630cac913a59df2b1c957 (patch)
tree0dddabd755529cf2d5e48e4a044b81932144a89c /client/html/posts_page.tpl
parent013055187ab28a483acde00f8390e49a44d8b9e2 (diff)
client+server: permission posts:bulk-edit:relations
Diffstat (limited to 'client/html/posts_page.tpl')
-rw-r--r--client/html/posts_page.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/html/posts_page.tpl b/client/html/posts_page.tpl
index bbf6a2d..524af82 100644
--- a/client/html/posts_page.tpl
+++ b/client/html/posts_page.tpl
@@ -42,7 +42,7 @@
<a href class='tag-flipper'>
</a>
<% } %>
- <% if (ctx.parameters && ctx.parameters.relations) { %>
+ <% if (ctx.canBulkEditRelations && ctx.parameters && ctx.parameters.relations) { %>
<a href class='relation-flipper'>
</a>
<% } %>