diff options
author | Byron Jones <glob@mozilla.com> | 2014-08-06 09:05:03 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-08-06 09:06:11 +0200 |
commit | c0dd51d4d3f83015d77db8a6cc2958aa6fccc09c (patch) | |
tree | 92508d0615ed45d8206e8d84457146088dcc9d7e /template/en/default/bug | |
parent | ec10d05697c5e8b89d4a76374563bacaf4238d02 (diff) | |
download | bugzilla-c0dd51d4d3f83015d77db8a6cc2958aa6fccc09c.tar.gz bugzilla-c0dd51d4d3f83015d77db8a6cc2958aa6fccc09c.tar.xz |
Bug 1049329: fix width of user_story field, and hide label for anon access when no story is set
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 %] </td> |