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 /config/routes.rb
parentd87abbe9af31a7183a53062518d3fbc0bdd8d218 (diff)
Activities page added. Dashboard few specs. Preparing for 2.3
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index be559282ae6..8241b542794 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -40,6 +40,7 @@ Gitlab::Application.routes.draw do
get "dashboard", :to => "dashboard#index"
get "dashboard/issues", :to => "dashboard#issues"
get "dashboard/merge_requests", :to => "dashboard#merge_requests"
+ get "dashboard/activities", :to => "dashboard#activities"
#get "profile/:id", :to => "profile#show"