summaryrefslogtreecommitdiff
path: root/app/views/projects/_home_panel.html.haml
diff options
context:
space:
mode:
authorJason Lee <huacnlee@gmail.com>2016-01-11 11:01:15 +0800
committerJason Lee <huacnlee@gmail.com>2016-01-11 11:01:15 +0800
commita789dcaeb3958cf7b2f74d394b646f34297ff3a1 (patch)
treee72e5980987679199927180ae68f27012a7abdc8 /app/views/projects/_home_panel.html.haml
parent70cba8e9a833b6a5ae4d916ce50c394868de8116 (diff)
downloadgitlab-ce-a789dcaeb3958cf7b2f74d394b646f34297ff3a1.tar.gz
use JavaScript instead of CoffeeScript in Views, the reason #9819
Diffstat (limited to 'app/views/projects/_home_panel.html.haml')
-rw-r--r--app/views/projects/_home_panel.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/_home_panel.html.haml b/app/views/projects/_home_panel.html.haml
index 0f61e623396..53eec76129b 100644
--- a/app/views/projects/_home_panel.html.haml
+++ b/app/views/projects/_home_panel.html.haml
@@ -52,5 +52,5 @@
= render 'projects/buttons/notifications'
-:coffeescript
- new Star() \ No newline at end of file
+:javascript
+ new Star();