aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/direntry.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2023-05-03 22:42:52 +0200
committerMario Vavti <mario@mariovavti.com>2023-05-03 22:42:52 +0200
commit2d4b35fbc99062d52c6c32cacd158ceda661bb31 (patch)
tree03a64c452f06e295c5e97a596ec1b80d560141fe /view/tpl/direntry.tpl
parent57e2910477e81dfb9d8cf40334c013581d509617 (diff)
downloadvolse-hubzilla-2d4b35fbc99062d52c6c32cacd158ceda661bb31.tar.gz
volse-hubzilla-2d4b35fbc99062d52c6c32cacd158ceda661bb31.tar.bz2
volse-hubzilla-2d4b35fbc99062d52c6c32cacd158ceda661bb31.zip
provide possibility to flag via ajax calls to prevent pageloads
Diffstat (limited to 'view/tpl/direntry.tpl')
-rw-r--r--view/tpl/direntry.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl
index 50714c072..16df987f4 100644
--- a/view/tpl/direntry.tpl
+++ b/view/tpl/direntry.tpl
@@ -1,11 +1,11 @@
<div class="directory-item{{if $entry.safe}} safe{{/if}}" id="directory-item-{{$entry.hash}}" >
<div class="section-subtitle-wrapper clearfix">
- <div class="float-end">
+ <div class="directory-actions float-end">
{{if $entry.censor_2}}
- <a class="directory-censor btn btn{{$entry.censor_2_class}}-danger btn-sm" href="{{$entry.censor_2}}"> {{$entry.censor_2_label}}</a>
+ <a class="directory-censor directory-censor-hide btn btn-outline-danger btn-sm {{$entry.censor_2_class}}" href="{{$entry.censor_2}}"> {{$entry.censor_2_label}}</a>
{{/if}}
{{if $entry.censor}}
- <a class="directory-censor btn btn{{$entry.censor_class}}-warning btn-sm" href="{{$entry.censor}}"> {{$entry.censor_label}}</a>
+ <a class="directory-censor directory-censor-unsafe btn btn-outline-warning btn-sm {{$entry.censor_class}}" href="{{$entry.censor}}"> {{$entry.censor_label}}</a>
{{/if}}
{{if $entry.ignlink}}
<a class="directory-ignore btn btn-info btn-sm" href="{{$entry.ignlink}}"> {{$entry.ignore_label}}</a>