summaryrefslogtreecommitdiff
path: root/app/views/shared/projects/_project.html.haml
diff options
context:
space:
mode:
authorSimon Knox <psimyn@gmail.com>2017-11-23 16:04:22 +1100
committerSimon Knox <psimyn@gmail.com>2017-11-23 16:04:22 +1100
commit8ccce94ee8929ccc28ea6d15568e1bc979b18291 (patch)
tree24903badf3af2cc1e68bee81aa79bac32ef6313b /app/views/shared/projects/_project.html.haml
parente548c613346a09ba2fc8dfd6ed64da6628ec6a45 (diff)
downloadgitlab-ce-8ccce94ee8929ccc28ea6d15568e1bc979b18291.tar.gz
fix some icon colors. move text-color styles to common.scss
Diffstat (limited to 'app/views/shared/projects/_project.html.haml')
-rw-r--r--app/views/shared/projects/_project.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/projects/_project.html.haml b/app/views/shared/projects/_project.html.haml
index 52a8fe8bb67..98bfc7c4d36 100644
--- a/app/views/shared/projects/_project.html.haml
+++ b/app/views/shared/projects/_project.html.haml
@@ -20,7 +20,7 @@
= project_icon(project, alt: '', class: 'avatar project-avatar s40')
.project-details
%h3.prepend-top-0.append-bottom-0
- = link_to project_path(project), class: dom_class(project) do
+ = link_to project_path(project), class: 'text-plain' do
%span.project-full-name
%span.namespace-name
- if project.namespace && !skip_namespace