summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl
index f046cf904..c658f0642 100644
--- a/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl
@@ -7,7 +7,7 @@
#%]
<div id="comment-actions">
- [% IF user.settings.comment_box_position.value == 'after_comments' %]
+ [% IF user.id && user.settings.comment_box_position.value == 'after_comments' %]
<button type="button" id="add-comment-btn" class="minor">Add Comment &darr;</button>
[% ELSE %]
<button type="button" id="bottom-btn" class="minor">Bottom &darr;</button>