From c0dd51d4d3f83015d77db8a6cc2958aa6fccc09c Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 6 Aug 2014 15:05:03 +0800 Subject: Bug 1049329: fix width of user_story field, and hide label for anon access when no story is set --- template/en/default/bug/edit.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 496a98b1b..da4c675c7 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -195,7 +195,7 @@ [% IF user.settings.comment_box_position.value == 'before_comments' %] [% PROCESS comment_box %] - [% ELSE %] + [% ELSIF user.id %] [% PROCESS summon_comment_box %] [% END %] -- cgit v1.2.3-24-g4f1b