summaryrefslogtreecommitdiff
path: root/app/views/profiles/show.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-07-12 09:16:32 +0100
committerPhil Hughes <me@iamphill.com>2017-07-12 09:16:32 +0100
commit13cc761a09a88138294300cdcc26a6db28f3d67d (patch)
tree74863ef18cb1bd39f09306190294619c5ec301b7 /app/views/profiles/show.html.haml
parent9fcc28d42850eb7aa891b701721f803ebb0a3d55 (diff)
downloadgitlab-ce-13cc761a09a88138294300cdcc26a6db28f3d67d.tar.gz
moved `@breadcrumb_title` out of the HAML & into a helper method
Diffstat (limited to 'app/views/profiles/show.html.haml')
-rw-r--r--app/views/profiles/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/show.html.haml b/app/views/profiles/show.html.haml
index 6d97d08ed12..a8ae0b92334 100644
--- a/app/views/profiles/show.html.haml
+++ b/app/views/profiles/show.html.haml
@@ -1,4 +1,4 @@
-- @breadcrumb_title = "Profile"
+- breadcrumb_title "Profile"
- @content_class = "limit-container-width" unless fluid_layout
= render 'profiles/head'