diff options
-rw-r--r-- | app/views/projects/snippets/edit.html.haml | 2 | ||||
-rw-r--r-- | app/views/projects/snippets/new.html.haml | 2 |
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') |