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:
authorDouwe Maan <douwe@gitlab.com>2015-09-08 16:49:20 +0300
committerDouwe Maan <douwe@gitlab.com>2015-09-08 16:49:20 +0300
commit5d785457db3017a17722314a52433543dd925164 (patch)
treea030699b752fcd1f161118be70a9df0f625fa0ef /app/views/dashboard/show.html.haml
parent260fcd45209b59ace6b3fd6dcca6c32c2c75a8f1 (diff)
Clean up overlap between dashboard and explore.
- Split up SnippetsController into separate dashboard and explore sections. - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not.
Diffstat (limited to 'app/views/dashboard/show.html.haml')
-rw-r--r--app/views/dashboard/show.html.haml14
1 files changed, 0 insertions, 14 deletions
diff --git a/app/views/dashboard/show.html.haml b/app/views/dashboard/show.html.haml
deleted file mode 100644
index 1d5324e0d72..00000000000
--- a/app/views/dashboard/show.html.haml
+++ /dev/null
@@ -1,14 +0,0 @@
-= content_for :meta_tags do
- - if current_user
- = auto_discovery_link_tag(:atom, dashboard_url(format: :atom, private_token: current_user.private_token), title: "All activity")
-
-- header_title "Projects", (current_user ? root_path : explore_root_path)
-= render 'dashboard/projects_head'
-
-- if @last_push
- = render "events/event_last_push", event: @last_push
-
-- if @projects.any?
- = render 'projects'
-- else
- = render "zero_authorized_projects"