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
path: root/app/views
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-24 05:17:55 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-24 05:17:55 +0300
commita250fa5feb310ca6def85ae3b9947247ac2ecf98 (patch)
tree9c1c2a940e04178521c9669be8a330e807deffe7 /app/views
parent0b404c3599841fba3c118ecd6eb996b074fcfa11 (diff)
Make new project button more visible
Diffstat (limited to 'app/views')
-rw-r--r--app/views/dashboard/_projects.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/dashboard/_projects.html.haml b/app/views/dashboard/_projects.html.haml
index 304aa17eba8..0596738342f 100644
--- a/app/views/dashboard/_projects.html.haml
+++ b/app/views/dashboard/_projects.html.haml
@@ -3,8 +3,8 @@
.input-group
= search_field_tag :filter_projects, nil, placeholder: 'Filter by name', class: 'dash-filter form-control'
- if current_user.can_create_project?
- .input-group-addon
- = link_to new_project_path, class: "" do
+ .input-group-addon.dash-new-project
+ = link_to new_project_path do
%strong New project
%ul.well-list.dash-list