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>2015-03-10 23:17:16 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-10 23:17:16 +0300
commit7fd4dc1e11e772095123008c79796202b5b7c80d (patch)
treed96d4fd85b911aec6629a6e4a257e32bbc26870a /app/views/dashboard/_sidebar.html.haml
parentc572bdb587bada094af867839a60a26a1fc1423e (diff)
Remove group rendering from dashboard page
Diffstat (limited to 'app/views/dashboard/_sidebar.html.haml')
-rw-r--r--app/views/dashboard/_sidebar.html.haml17
1 files changed, 1 insertions, 16 deletions
diff --git a/app/views/dashboard/_sidebar.html.haml b/app/views/dashboard/_sidebar.html.haml
index 983da4aba04..78f695be916 100644
--- a/app/views/dashboard/_sidebar.html.haml
+++ b/app/views/dashboard/_sidebar.html.haml
@@ -1,18 +1,3 @@
-%ul.nav.nav-tabs.dash-sidebar-tabs
- %li.active
- = link_to '#projects', 'data-toggle' => 'tab', id: 'sidebar-projects-tab' do
- Projects
- %span.badge= @projects_count
- %li
- = link_to '#groups', 'data-toggle' => 'tab', id: 'sidebar-groups-tab' do
- Groups
- %span.badge= @groups.count
-
-.tab-content
- .tab-pane.active#projects
- = render "dashboard/projects", projects: @projects
- .tab-pane#groups
- = render "dashboard/groups", groups: @groups
-
+= render "dashboard/projects", projects: @projects
.prepend-top-20
= render 'shared/promo'