From 35cabc41dfbed750d225fb8be2c4dfa1736e84b6 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 15 Jun 2015 15:24:42 +0800 Subject: Bug 1173398: reduce the number of visible buttons at the top right of the page --- .../template/en/default/bug_modal/edit.html.tmpl | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl') diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl index c40926566..1f4ed2471 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -240,12 +240,6 @@ [% END %] -
- [% IF user.id %] - - [% END %] - -
[% IF bug.assigned_to.id == user.id || user.in_group("editbugs") %] + + +
[% END %] -- cgit v1.2.3-24-g4f1b