Plural instead of singular.

This commit is contained in:
Douwe Maan 2015-04-30 21:10:42 +02:00
parent 635c86114f
commit 4d7759156b
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
- page_title @application.name, "Application"
- page_title @application.name, "Applications"
%h3.page-title
Application: #{@application.name}

View File

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

View File

@ -1,4 +1,4 @@
- page_title @snippet.title, "Snippet"
- page_title @snippet.title, "Snippets"
%h3.page-title
= @snippet.title