diff options
author | Earle Bunao & Neil Calabroso <earle.bunao@gmail.com & nmcalabroso@gmail.com> | 2014-05-23 16:22:00 +0800 |
---|---|---|
committer | erbunao <earle.bunao@gmail.com> | 2014-05-23 16:22:42 +0800 |
commit | 6a85cdf1627629ecaa762fa60a7abdbd092cc20a (patch) | |
tree | ada8c5565fa6e336b3074b4e606273029c473d0a /app/views/layouts/admin.html.haml | |
parent | 696b9903f08011e37811dc8b8ff4f7da77201d13 (diff) | |
download | gitlab-ce-6a85cdf1627629ecaa762fa60a7abdbd092cc20a.tar.gz |
Implements drag and drop upload in creating issues
Diffstat (limited to 'app/views/layouts/admin.html.haml')
-rw-r--r-- | app/views/layouts/admin.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/admin.html.haml b/app/views/layouts/admin.html.haml index 53e0dbaef9b..c7a827555a7 100644 --- a/app/views/layouts/admin.html.haml +++ b/app/views/layouts/admin.html.haml @@ -10,3 +10,4 @@ .container .content= yield + = yield :embedded_scripts
\ No newline at end of file |