summaryrefslogtreecommitdiff
path: root/app/views/dashboard
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-03-09 09:51:59 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-03-09 09:51:59 +0100
commitc674ffe0e045e46fd0f2754b77b1042444d95388 (patch)
treeed4f8e01fff7be78054bccc2f10e2cdc342e12ca /app/views/dashboard
parente8cd04e831a2db36c4029f2c193fc40d2568c79e (diff)
parent7a311c23494b26d5212cac98318273fc9d2c69d1 (diff)
downloadgitlab-ce-c674ffe0e045e46fd0f2754b77b1042444d95388.tar.gz
Merge branch 'improve-archived-projects'
Diffstat (limited to 'app/views/dashboard')
-rw-r--r--app/views/dashboard/_projects_head.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/_projects_head.html.haml b/app/views/dashboard/_projects_head.html.haml
index 40f88261c10..9da3fcbd986 100644
--- a/app/views/dashboard/_projects_head.html.haml
+++ b/app/views/dashboard/_projects_head.html.haml
@@ -15,7 +15,7 @@
.nav-controls
= form_tag request.original_url, method: :get, class: 'project-filter-form', id: 'project-filter-form' do |f|
= search_field_tag :filter_projects, params[:filter_projects], placeholder: 'Filter by name...', class: 'project-filter-form-field form-control input-short projects-list-filter', spellcheck: false, id: 'project-filter-form-field', tabindex: "2"
- = render 'explore/projects/dropdown'
+ = render 'shared/projects/dropdown'
- if current_user.can_create_project?
= link_to new_project_path, class: 'btn btn-new' do
= icon('plus')