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
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-08-17 12:42:04 +0300
committerPhil Hughes <me@iamphill.com>2017-08-18 13:07:05 +0300
commitdae629e5e9a75ef0594399b46191306dcbaab90b (patch)
tree153bc29edb3732c87cfa40faf4ed591b560d4e74 /app/helpers/projects_helper.rb
parenta10cc2202dffcf8b4a7bc7db22757ac83bf95eb4 (diff)
fix some inconsistencies with the breadcrumbs
Diffstat (limited to 'app/helpers/projects_helper.rb')
-rw-r--r--app/helpers/projects_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/projects_helper.rb b/app/helpers/projects_helper.rb
index cd62835fd29..867f3fadfb9 100644
--- a/app/helpers/projects_helper.rb
+++ b/app/helpers/projects_helper.rb
@@ -81,7 +81,7 @@ module ProjectsHelper
end
end
- "#{namespace_link} #{project_link}".html_safe
+ "#{namespace_link} #{('/' unless show_new_nav?)} #{project_link}".html_safe
end
def remove_project_message(project)