aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-12-06 19:24:14 +0000
committerMario <mario@mariovavti.com>2024-12-06 19:24:14 +0000
commit66d502d8e1f958fd3fcff3e6c8991b9720c69bc4 (patch)
tree4befc3ef77069bc13cec711d2ce7386cefd114a6 /view
parent66acfc66ce832bc2749d7af78b8985da7018a9a8 (diff)
downloadvolse-hubzilla-66d502d8e1f958fd3fcff3e6c8991b9720c69bc4.tar.gz
volse-hubzilla-66d502d8e1f958fd3fcff3e6c8991b9720c69bc4.tar.bz2
volse-hubzilla-66d502d8e1f958fd3fcff3e6c8991b9720c69bc4.zip
an attempt to fix some comments on/off anomalies
Diffstat (limited to 'view')
-rw-r--r--view/tpl/jot.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl
index 294750398..53315876b 100644
--- a/view/tpl/jot.tpl
+++ b/view/tpl/jot.tpl
@@ -169,7 +169,7 @@
</button>
{{if $feature_nocomment}}
<button type="button" id="profile-nocomment-wrapper" class="btn btn-outline-secondary btn-sm border-0" title="{{$nocommenttitle}}" onclick="toggleNoComment();return false;">
- <i id="profile-nocomment" class="bi bi-chat-dots jot-icons"></i>
+ <i id="profile-nocomment" class="bi{{if $nocomment}} bi-chat{{else}} bi-chat-dots{{/if}} jot-icons"></i>
</button>
{{/if}}
{{if $custommoretoolsbuttons}}
@@ -210,7 +210,7 @@
{{/if}}
<a class="dropdown-item" href="#" onclick="initPoll(); return false"><i id="profile-poll" class="bi bi-bar-chart jot-icons"></i>&nbsp;{{$poll}}</a>
{{if $feature_nocomment}}
- <a class="dropdown-item" href="#" onclick="toggleNoComment(); return false;"><i id="profile-nocomment-sub" class="bi bi-chat"></i>&nbsp;{{$nocommenttitlesub}}</a>
+ <a class="dropdown-item" href="#" onclick="toggleNoComment(); return false;"><i id="profile-nocomment-sub" class="bi{{if $nocomment}} bi-chat{{else}} bi-chat-dots{{/if}}"></i>&nbsp;{{$nocommenttitlesub}}</a>
{{/if}}
<hr />
{{$custommoretoolsdropdown}}