summaryrefslogtreecommitdiff
path: root/app/views/snippets/edit.html.haml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-02 14:27:29 +0100
committerDouwe Maan <douwe@gitlab.com>2015-12-02 14:41:54 +0100
commited74fa73e227b9666f3f38f17b35a5cf8328fa44 (patch)
tree4921c193df832ad8fd4fb0d75006616ee5a6a603 /app/views/snippets/edit.html.haml
parent09e712c0fb721059e4b2619eb9fc104257fc492d (diff)
downloadgitlab-ce-ed74fa73e227b9666f3f38f17b35a5cf8328fa44.tar.gz
Use consistent casing for page titles
Diffstat (limited to 'app/views/snippets/edit.html.haml')
-rw-r--r--app/views/snippets/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/snippets/edit.html.haml b/app/views/snippets/edit.html.haml
index 1a380035661..82f44a9a5c3 100644
--- a/app/views/snippets/edit.html.haml
+++ b/app/views/snippets/edit.html.haml
@@ -1,5 +1,5 @@
- page_title "Edit", @snippet.title, "Snippets"
%h3.page-title
- Edit snippet
+ Edit Snippet
%hr
= render 'shared/snippets/form', url: snippet_path(@snippet), visibility_level: @snippet.visibility_level