提交 ae09c2a6 编写于 作者: D Douwe Maan

Capitalize "X" in "New X".

上级 e0a1d54e
- page_title "New application"
- page_title "New Application"
%h3.page-title New application
- @url = admin_applications_path
= render 'form', application: @application
- page_title "New group"
- page_title "New Group"
%h3.page-title New group
%hr
= render 'form'
- page_title "New user"
- page_title "New User"
%h3.page-title
New user
%hr
......
- 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
......
- page_title "New branch"
- page_title "New Branch"
- if @error
.alert.alert-danger
%button{ type: "button", class: "close", "data-dismiss" => "alert"} ×
......
- page_title "New issue"
- page_title "New Issue"
= render "form"
- page_title "New label"
- page_title "New Label"
%h3 New label
.back-link
= 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
= render 'new_submit'
- else
......
- page_title "New milestone"
- page_title "New Milestone"
= render "form"
- page_title "New snippets"
- page_title "New Snippets"
%h3.page-title
New snippet
%hr
......
- page_title "New tag"
- page_title "New Tag"
- if @error
.alert.alert-danger
%button{ type: "button", class: "close", "data-dismiss" => "alert"} ×
......
- page_title "New snippet"
- page_title "New Snippet"
%h3.page-title
New snippet
%hr
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册