diff options
Diffstat (limited to 'extensions/BugModal/template')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 7 |
1 files changed, 7 insertions, 0 deletions
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 35621f544..b73761cff 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -473,6 +473,13 @@ inline = 1 edit_only = 1 %] + [% UNLESS prefix %] + <div id="assigned-container" style="display:none"> + <button type="button" class="minor" id="mark-as-assigned-btn"> + Mark as Assigned + </button> + </div> + [% END %] [% IF bug.choices.resolution.only("name", "DUPLICATE").size %] <div id="[% prefix FILTER none %]duplicate-container"> of |