Capitalize "X" in "New X".
This commit is contained in:
parent
e0a1d54e1a
commit
ae09c2a6db
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
- page_title "New group"
|
||||
- page_title "New Group"
|
||||
%h3.page-title New group
|
||||
%hr
|
||||
= render 'form'
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
- page_title "New user"
|
||||
- page_title "New User"
|
||||
%h3.page-title
|
||||
New user
|
||||
%hr
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"} ×
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
- page_title "New issue"
|
||||
- page_title "New Issue"
|
||||
= render "form"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
- page_title "New merge request"
|
||||
- page_title "New Merge Request"
|
||||
- if @merge_request.can_be_created
|
||||
= render 'new_submit'
|
||||
- else
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
- page_title "New milestone"
|
||||
- page_title "New Milestone"
|
||||
= render "form"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
- page_title "New snippets"
|
||||
- page_title "New Snippets"
|
||||
%h3.page-title
|
||||
New snippet
|
||||
%hr
|
||||
|
|
|
|||
|
|
@ -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"} ×
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
- page_title "New snippet"
|
||||
- page_title "New Snippet"
|
||||
%h3.page-title
|
||||
New snippet
|
||||
%hr
|
||||
|
|
|
|||
Loading…
Reference in New Issue