summaryrefslogtreecommitdiff
path: root/app/views/projects/_activity.html.haml
diff options
context:
space:
mode:
authorJason Lee <huacnlee@gmail.com>2015-11-10 19:17:37 +0800
committerJason Lee <huacnlee@gmail.com>2015-11-10 19:17:37 +0800
commit18cb430f7983ea557cf2308f5ea7c0af8b79a7b5 (patch)
tree14580177aaed975bf2dd6ffa1c4aa2b327b021cc /app/views/projects/_activity.html.haml
parent354b69dde2ba399a4269a0f544fd7a4e399d8b7e (diff)
downloadgitlab-ce-18cb430f7983ea557cf2308f5ea7c0af8b79a7b5.tar.gz
Replace CoffeeScript block into JavaScript in Views.
For example view: shared/issuable/_context CoffeeScript: 190ms JavaScript: 19.7ms
Diffstat (limited to 'app/views/projects/_activity.html.haml')
-rw-r--r--app/views/projects/_activity.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/_activity.html.haml b/app/views/projects/_activity.html.haml
index 012858f70b4..101880bd105 100644
--- a/app/views/projects/_activity.html.haml
+++ b/app/views/projects/_activity.html.haml
@@ -8,5 +8,5 @@
.content_list{:"data-href" => activity_project_path(@project)}
= spinner
-:coffeescript
- new Activities()
+:javascript
+ new Activities();