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-07-12 11:16:32 +0300
committerPhil Hughes <me@iamphill.com>2017-07-12 11:16:32 +0300
commit13cc761a09a88138294300cdcc26a6db28f3d67d (patch)
tree74863ef18cb1bd39f09306190294619c5ec301b7 /app/views/projects/show.html.haml
parent9fcc28d42850eb7aa891b701721f803ebb0a3d55 (diff)
moved `@breadcrumb_title` out of the HAML & into a helper method
Diffstat (limited to 'app/views/projects/show.html.haml')
-rw-r--r--app/views/projects/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index c366fb334fe..49d0a6828fe 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -1,5 +1,5 @@
- @no_container = true
-- @breadcrumb_title = "Project"
+- breadcrumb_title "Project"
- @content_class = "limit-container-width" unless fluid_layout
- flash_message_container = show_new_nav? ? :new_global_flash : :flash_message