summaryrefslogtreecommitdiff
path: root/app/views/shared/projects
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2017-03-29 20:01:45 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-03-29 20:01:45 +0000
commitfd167f22238fd71a45541b3b7ef450c4e0bb175c (patch)
tree9c62c76adcd3f300f917a36d79d06e9af791a1ce /app/views/shared/projects
parent79275ca0a1df485bef73c12c3dc5ab2084185ca2 (diff)
downloadgitlab-ce-fd167f22238fd71a45541b3b7ef450c4e0bb175c.tar.gz
Fix admin projects page in admin area
Diffstat (limited to 'app/views/shared/projects')
-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 059aeebaf34..761f0b606b5 100644
--- a/app/views/shared/projects/_project.html.haml
+++ b/app/views/shared/projects/_project.html.haml
@@ -24,7 +24,7 @@
- if project.namespace && !skip_namespace
= project.namespace.human_name
\/
- %span.project-name.filter-title
+ %span.project-name
= project.name
- if show_last_commit_as_description