summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2017-02-17 18:12:27 +0100
committerDavid Lawrence <dkl@mozilla.com>2017-02-17 18:12:37 +0100
commite81dc874a529541cc39d7fe128c427babdc18f23 (patch)
treebf4c707560a6ba5bd4e366700c63bd7c9de3c7e4 /extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl
parente184203da9763fc5d7c9363b7ebb950b07c7c3da (diff)
downloadbugzilla-e81dc874a529541cc39d7fe128c427babdc18f23.tar.gz
bugzilla-e81dc874a529541cc39d7fe128c427babdc18f23.tar.xz
Bug 1257608 - Convert all <button> elements to CSS styled <a> links
Diffstat (limited to 'extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl5
1 files changed, 5 insertions, 0 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 f5074dbfa..f046cf904 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,6 +7,11 @@
#%]
<div id="comment-actions">
+ [% IF 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>
+ [% END %]
<button type="button" id="comment-tags-btn" style="display:none" class="minor">Tags &#9662;</button>
<button type="button" id="view-menu-btn" class="minor">View &#9662;</button>
</div>