summaryrefslogtreecommitdiff
path: root/app/views/projects/_issuable_form.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/_issuable_form.html.haml')
-rw-r--r--app/views/projects/_issuable_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_issuable_form.html.haml b/app/views/projects/_issuable_form.html.haml
index 0cb1f913cbd..e321a84974e 100644
--- a/app/views/projects/_issuable_form.html.haml
+++ b/app/views/projects/_issuable_form.html.haml
@@ -36,7 +36,7 @@
Assign to
.col-sm-10
= users_select_tag("#{issuable.class.model_name.param_key}[assignee_id]",
- placeholder: 'Select a user', class: 'custom-form-control',
+ placeholder: 'Select a user', class: 'custom-form-control', null_user: true,
selected: issuable.assignee_id)
 
= link_to 'Assign to me', '#', class: 'btn assign-to-me-link'