summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/new.html.haml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-04-30 21:33:02 +0200
committerDouwe Maan <douwe@gitlab.com>2015-04-30 21:33:02 +0200
commitae09c2a6db0d15caedc080c319add147c79fd02a (patch)
tree528b2a2b4de8a2261c1cbdb84842659fdeb467c7 /app/views/projects/blob/new.html.haml
parente0a1d54e1a3f127c74a71cc09b14e884880d7d7c (diff)
downloadgitlab-ce-ae09c2a6db0d15caedc080c319add147c79fd02a.tar.gz
Capitalize "X" in "New X".
Diffstat (limited to 'app/views/projects/blob/new.html.haml')
-rw-r--r--app/views/projects/blob/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/blob/new.html.haml b/app/views/projects/blob/new.html.haml
index eb0d99d0152..9b1d03b820e 100644
--- a/app/views/projects/blob/new.html.haml
+++ b/app/views/projects/blob/new.html.haml
@@ -1,4 +1,4 @@
-- page_title "New file", @ref
+- page_title "New File", @ref
%h3.page-title New file
.file-editor
= form_tag(namespace_project_create_blob_path(@project.namespace, @project, @id), method: :post, class: 'form-horizontal form-new-file') do