summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Kämmerle <andreas.kaemmerle@gmail.com>2018-09-12 22:05:20 +0200
committerAndreas Kämmerle <andreas.kaemmerle@gmail.com>2018-09-12 22:05:20 +0200
commit388116a2a1c00d32ee2fa62045271272aec19373 (patch)
treef25a307dccb39e5c0aa49ae74cffe10f3d776aea
parent91ec8555aeb4eb20d1b6fd0c0ab4ffd952a64434 (diff)
downloadgitlab-ce-consolidate-page-widths-part03.tar.gz
Change titles to sentence caseconsolidate-page-widths-part03
-rw-r--r--app/views/projects/snippets/edit.html.haml2
-rw-r--r--app/views/projects/snippets/new.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/snippets/edit.html.haml b/app/views/projects/snippets/edit.html.haml
index 76611043a91..7d8f85e3b6b 100644
--- a/app/views/projects/snippets/edit.html.haml
+++ b/app/views/projects/snippets/edit.html.haml
@@ -1,7 +1,7 @@
- @content_class = "limit-container-width" unless fluid_layout
- add_to_breadcrumbs _("Snippets"), project_snippets_path(@project)
- breadcrumb_title @snippet.to_reference
-- page_title _("Edit"), "#{@snippet.title} (#{@snippet.to_reference})", _("Snippets")
+- page_title _("Edit"), "#{@snippet.title} (#{@snippet.to_reference})", _("snippets")
%h3.page-title
= _("Edit snippet")
diff --git a/app/views/projects/snippets/new.html.haml b/app/views/projects/snippets/new.html.haml
index 754bddcd0c0..6bf89d66836 100644
--- a/app/views/projects/snippets/new.html.haml
+++ b/app/views/projects/snippets/new.html.haml
@@ -1,7 +1,7 @@
- @content_class = "limit-container-width" unless fluid_layout
- add_to_breadcrumbs _("Snippets"), project_snippets_path(@project)
- breadcrumb_title _("New")
-- page_title _("New Snippets")
+- page_title _("New snippets")
%h3.page-title
= _('New snippet')