summaryrefslogtreecommitdiff
path: root/app/views/events
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-09 14:12:03 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-09 14:12:03 -0700
commitd36ee3190aa1fb8c1238967a3049d5b8271c9030 (patch)
tree995900bb2a7370e54f67f83b6d172446074ae9dc /app/views/events
parente89ffd546eafad4e03ce5b17b5c9147b70afeedc (diff)
downloadgitlab-ce-d36ee3190aa1fb8c1238967a3049d5b8271c9030.tar.gz
Add starred projects page to dashboard
Diffstat (limited to 'app/views/events')
-rw-r--r--app/views/events/_events.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/_events.html.haml b/app/views/events/_events.html.haml
index 3d62d478869..68c19df092d 100644
--- a/app/views/events/_events.html.haml
+++ b/app/views/events/_events.html.haml
@@ -1 +1 @@
-= render @events
+= render partial: 'events/event', collection: @events