diff options
author | Phil Hughes <me@iamphill.com> | 2017-08-17 10:42:04 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-08-18 11:07:05 +0100 |
commit | dae629e5e9a75ef0594399b46191306dcbaab90b (patch) | |
tree | 153bc29edb3732c87cfa40faf4ed591b560d4e74 /app/helpers/groups_helper.rb | |
parent | a10cc2202dffcf8b4a7bc7db22757ac83bf95eb4 (diff) | |
download | gitlab-ce-dae629e5e9a75ef0594399b46191306dcbaab90b.tar.gz |
fix some inconsistencies with the breadcrumbs
Diffstat (limited to 'app/helpers/groups_helper.rb')
-rw-r--r-- | app/helpers/groups_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/groups_helper.rb b/app/helpers/groups_helper.rb index 51acd557ea7..7f43e4106fc 100644 --- a/app/helpers/groups_helper.rb +++ b/app/helpers/groups_helper.rb @@ -22,7 +22,7 @@ module GroupsHelper full_title += if show_new_nav? breadcrumb_list_item group_title_link(parent, hidable: false) else - group_title_link(parent, hidable: true) + "#{group_title_link(parent, hidable: true)} <span class='hidable'> / </span>".html_safe end end end |