mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-16 16:16:43 +10:00
Plural instead of singular.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
- page_title @application.name, "Application"
|
||||
- page_title @application.name, "Applications"
|
||||
%h3.page-title
|
||||
Application: #{@application.name}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
- page_title @group_milestone.title, "Milestone"
|
||||
- page_title @group_milestone.title, "Milestones"
|
||||
%h4.page-title
|
||||
.issue-box{ class: "issue-box-#{@group_milestone.closed? ? 'closed' : 'open'}" }
|
||||
- if @group_milestone.closed?
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
- page_title @snippet.title, "Snippet"
|
||||
- page_title @snippet.title, "Snippets"
|
||||
%h3.page-title
|
||||
= @snippet.title
|
||||
|
||||
|
||||
Reference in New Issue
Block a user