summaryrefslogtreecommitdiff
path: root/app/views/issues/new.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/issues/new.html.haml')
-rw-r--r--app/views/issues/new.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/issues/new.html.haml b/app/views/issues/new.html.haml
new file mode 100644
index 00000000000..bada72459c9
--- /dev/null
+++ b/app/views/issues/new.html.haml
@@ -0,0 +1,7 @@
+= render "form"
+
+:javascript
+ $(function(){
+ $('select#issue_assignee_id').chosen();
+ });
+