This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
f6f939eeb8
gitlab-org--gitlab-foss
/
app
/
views
/
issues
/
edit.html.haml
8 lines
98 B
Text
Raw
Normal View
History
Unescape
Escape
get rid off modal window for issue create/edit
2011-11-25 16:40:12 -05:00
= render "form"
ability to attach branch to issue
2011-11-24 08:08:20 -05:00
:javascript
$(function(){
get rid off modal window for issue create/edit
2011-11-25 16:40:12 -05:00
$('select#issue_assignee_id').chosen();
ability to attach branch to issue
2011-11-24 08:08:20 -05:00
});
Copy permalink