summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/comments.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2013-11-15 00:04:15 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2013-11-15 00:04:15 +0100
commit1cf4971f32fe1fffb3919c9a459e92f6a2c0ca02 (patch)
tree979303ba87ce6d061913d478b210b96e3a503124 /template/en/default/bug/comments.html.tmpl
parentf52df06fd40dcc948ca3c5cd98912f7168300910 (diff)
downloadbugzilla-1cf4971f32fe1fffb3919c9a459e92f6a2c0ca02.tar.gz
bugzilla-1cf4971f32fe1fffb3919c9a459e92f6a2c0ca02.tar.xz
Bug 927900: Kill longdesclength
r=dkl a=sgreen
Diffstat (limited to 'template/en/default/bug/comments.html.tmpl')
-rw-r--r--template/en/default/bug/comments.html.tmpl14
1 files changed, 2 insertions, 12 deletions
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl
index 61d1c67e0..a2fe4e52f 100644
--- a/template/en/default/bug/comments.html.tmpl
+++ b/template/en/default/bug/comments.html.tmpl
@@ -44,26 +44,16 @@
//-->
</script>
-[% DEFAULT start_at = 0 mode = "show" %]
-[% sort_order = user.settings.comment_sort_order.value %]
+[% DEFAULT mode = "show" %]
[% user_cache = template_cache.users %]
-[%# NOTE: (start_at > 0) means we came here from a midair collision,
- # in which case we don't care what the user's preference is.
- %]
-[% IF (start_at > 0) %]
- [% sort_order = "oldest_to_newest" %]
-[% END %]
-
<!-- This auto-sizes the comments and positions the collapse/expand links
to the right. -->
<table class="bz_comment_table" cellpadding="0" cellspacing="0"><tr>
<td>
[% FOREACH comment = comments %]
- [% IF comment.count >= start_at %]
- [% PROCESS a_comment %]
- [% END %]
+ [% PROCESS a_comment %]
[% END %]
[% IF mode == "edit" && user.id