Capitalize "X" in "New X".

This commit is contained in:
Douwe Maan 2015-04-30 21:33:02 +02:00
parent e0a1d54e1a
commit ae09c2a6db
12 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
- page_title "New application"
- page_title "New Application"
%h3.page-title New application
- @url = admin_applications_path
= render 'form', application: @application

View File

@ -1,4 +1,4 @@
- page_title "New group"
- page_title "New Group"
%h3.page-title New group
%hr
= render 'form'

View File

@ -1,4 +1,4 @@
- page_title "New user"
- page_title "New User"
%h3.page-title
New user
%hr

View File

@ -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

View File

@ -1,4 +1,4 @@
- page_title "New branch"
- page_title "New Branch"
- if @error
.alert.alert-danger
%button{ type: "button", class: "close", "data-dismiss" => "alert"} ×

View File

@ -1,2 +1,2 @@
- page_title "New issue"
- page_title "New Issue"
= render "form"

View File

@ -1,4 +1,4 @@
- page_title "New label"
- page_title "New Label"
%h3 New label
.back-link
= link_to namespace_project_labels_path(@project.namespace, @project) do

View File

@ -1,4 +1,4 @@
- page_title "New merge request"
- page_title "New Merge Request"
- if @merge_request.can_be_created
= render 'new_submit'
- else

View File

@ -1,2 +1,2 @@
- page_title "New milestone"
- page_title "New Milestone"
= render "form"

View File

@ -1,4 +1,4 @@
- page_title "New snippets"
- page_title "New Snippets"
%h3.page-title
New snippet
%hr

View File

@ -1,4 +1,4 @@
- page_title "New tag"
- page_title "New Tag"
- if @error
.alert.alert-danger
%button{ type: "button", class: "close", "data-dismiss" => "alert"} ×

View File

@ -1,4 +1,4 @@
- page_title "New snippet"
- page_title "New Snippet"
%h3.page-title
New snippet
%hr