Commit ae09c2a6 authored by Douwe Maan's avatar Douwe Maan

Capitalize "X" in "New X".

parent e0a1d54e
- page_title "New application" - page_title "New Application"
%h3.page-title New application %h3.page-title New application
- @url = admin_applications_path - @url = admin_applications_path
= render 'form', application: @application = render 'form', application: @application
- page_title "New group" - page_title "New Group"
%h3.page-title New group %h3.page-title New group
%hr %hr
= render 'form' = render 'form'
- page_title "New user" - page_title "New User"
%h3.page-title %h3.page-title
New user New user
%hr %hr
......
- page_title "New file", @ref - page_title "New File", @ref
%h3.page-title New file %h3.page-title New file
.file-editor .file-editor
= form_tag(namespace_project_create_blob_path(@project.namespace, @project, @id), method: :post, class: 'form-horizontal form-new-file') do = form_tag(namespace_project_create_blob_path(@project.namespace, @project, @id), method: :post, class: 'form-horizontal form-new-file') do
......
- page_title "New branch" - page_title "New Branch"
- if @error - if @error
.alert.alert-danger .alert.alert-danger
%button{ type: "button", class: "close", "data-dismiss" => "alert"} × %button{ type: "button", class: "close", "data-dismiss" => "alert"} ×
......
- page_title "New issue" - page_title "New Issue"
= render "form" = render "form"
- page_title "New label" - page_title "New Label"
%h3 New label %h3 New label
.back-link .back-link
= link_to namespace_project_labels_path(@project.namespace, @project) do = link_to namespace_project_labels_path(@project.namespace, @project) do
......
- page_title "New merge request" - page_title "New Merge Request"
- if @merge_request.can_be_created - if @merge_request.can_be_created
= render 'new_submit' = render 'new_submit'
- else - else
......
- page_title "New milestone" - page_title "New Milestone"
= render "form" = render "form"
- page_title "New snippets" - page_title "New Snippets"
%h3.page-title %h3.page-title
New snippet New snippet
%hr %hr
......
- page_title "New tag" - page_title "New Tag"
- if @error - if @error
.alert.alert-danger .alert.alert-danger
%button{ type: "button", class: "close", "data-dismiss" => "alert"} × %button{ type: "button", class: "close", "data-dismiss" => "alert"} ×
......
- page_title "New snippet" - page_title "New Snippet"
%h3.page-title %h3.page-title
New snippet New snippet
%hr %hr
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment