From 70bdde4156093dd6b78acc52a5d72c59a0b5153d Mon Sep 17 00:00:00 2001 From: Sato Hiroyuki Date: Fri, 17 May 2013 20:40:20 +0000 Subject: [PATCH] Fix not displaying a slash after namespace. fix #3969 --- app/views/dashboard/projects.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/dashboard/projects.html.haml b/app/views/dashboard/projects.html.haml index 2a0514639d5..9b16db340b2 100644 --- a/app/views/dashboard/projects.html.haml +++ b/app/views/dashboard/projects.html.haml @@ -45,7 +45,7 @@ = link_to project_path(project), class: dom_class(project) do - if project.namespace = project.namespace.human_name - \/ + %span= "/" %strong = truncate(project.name, length: 45) .pull-right.light