Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-03-20 00:52:16 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-03-20 00:52:16 +0400
commit724ea16c348bc61cf7cb3dbe362c6f30cff1b2c7 (patch)
treeb1dba73a4cbac8a59a1ae6139ac97b6d97f3656a /app/views/dashboard/index.html.haml
parentd87abbe9af31a7183a53062518d3fbc0bdd8d218 (diff)
Activities page added. Dashboard few specs. Preparing for 2.3
Diffstat (limited to 'app/views/dashboard/index.html.haml')
-rw-r--r--app/views/dashboard/index.html.haml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/dashboard/index.html.haml b/app/views/dashboard/index.html.haml
index 5dde57e8a22..895c47124f0 100644
--- a/app/views/dashboard/index.html.haml
+++ b/app/views/dashboard/index.html.haml
@@ -62,7 +62,10 @@
%h3
%span.ico.activities
= link_to "Activities" , "#activities", :id => "activities"
+ %strong.right
+ = link_to dashboard_activities_path do
+ Visit activities page &rarr;
%hr
.row
- .dashboard_block= render "dashboard/events_feed"
+ .dashboard_block= render @events