gitlabhq/app/views/issues/edit.html.haml

8 lines
98 B
Plaintext
Raw Normal View History

= render "form"
2011-11-24 14:08:20 +01:00
:javascript
$(function(){
$('select#issue_assignee_id').chosen();
2011-11-24 14:08:20 +01:00
});