mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-22 02:56:06 +10:00
9 lines
141 B
Plaintext
9 lines
141 B
Plaintext
= render "form"
|
|
|
|
:javascript
|
|
$(function(){
|
|
$('select#issue_assignee_id').chosen();
|
|
$('select#issue_milestone_id').chosen();
|
|
});
|
|
|