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:
authorRémy Coutable <remy@rymai.me>2017-10-06 13:15:55 +0300
committerRémy Coutable <remy@rymai.me>2017-10-06 13:15:55 +0300
commitd8650271083a10e51d9d8bc6f4af8cfa373e6efc (patch)
tree6da95591fffc7c44a961a8dd8fdd3f3db194f455 /app/views
parenta9d15be587e897b4e9dfa8c271d681c018b3819a (diff)
parent1428f38dd62834f90c2ed3dae17aa673d0585e64 (diff)
Merge branch '38696-fix-project-snippets-breadcrumb-link' into 'master'
Fix project snippets breadcrumb link Closes #38696 See merge request gitlab-org/gitlab-ce!14646
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/snippets/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/snippets/show.html.haml b/app/views/projects/snippets/show.html.haml
index fda068f08c2..7062c5b765e 100644
--- a/app/views/projects/snippets/show.html.haml
+++ b/app/views/projects/snippets/show.html.haml
@@ -1,5 +1,5 @@
- @content_class = "limit-container-width limited-inner-width-container" unless fluid_layout
-- add_to_breadcrumbs "Snippets", dashboard_snippets_path
+- add_to_breadcrumbs "Snippets", project_snippets_path(@project)
- breadcrumb_title @snippet.to_reference
- page_title "#{@snippet.title} (#{@snippet.to_reference})", "Snippets"