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
diff options
context:
space:
mode:
authorOnuwa Nnachi Isaac <matrix4u2002@gmail.com>2018-02-12 16:14:54 +0300
committerOnuwa Nnachi Isaac <matrix4u2002@gmail.com>2018-02-12 16:14:54 +0300
commit7691c1d9dcbc080e7ec58dcb6f4a8f1767509e7e (patch)
tree31364bd280e5c9f860229b90587bc7c3ff1dc5f4 /app
parentf7401f70734446d082ba815477ae11a31fe7524b (diff)
Revert and remove header_title line from labels issue
Diffstat (limited to 'app')
-rw-r--r--app/helpers/groups_helper.rb2
-rw-r--r--app/views/groups/labels/new.html.haml1
2 files changed, 1 insertions, 2 deletions
diff --git a/app/helpers/groups_helper.rb b/app/helpers/groups_helper.rb
index d248c556234..23de3590b93 100644
--- a/app/helpers/groups_helper.rb
+++ b/app/helpers/groups_helper.rb
@@ -39,7 +39,7 @@ module GroupsHelper
full_title += render "layouts/nav/breadcrumbs/collapsed_dropdown", location: :before, title: _("Show parent subgroups")
full_title += breadcrumb_list_item group_title_link(group)
- full_title += ''.html_safe + link_to(simple_sanitize(name), url, class: 'group-path breadcrumb-item-text js-breadcrumb-item-text') if name
+ full_title += ' &middot; '.html_safe + link_to(simple_sanitize(name), url, class: 'group-path breadcrumb-item-text js-breadcrumb-item-text') if name
full_title.html_safe
end
diff --git a/app/views/groups/labels/new.html.haml b/app/views/groups/labels/new.html.haml
index 934ebe11c73..538c353cf2d 100644
--- a/app/views/groups/labels/new.html.haml
+++ b/app/views/groups/labels/new.html.haml
@@ -1,6 +1,5 @@
- breadcrumb_title "Labels"
- page_title 'New Label'
-- header_title group_title(@group, '', group_labels_path(@group))
%h3.page-title
New Label