Commit 4d775915 authored by Douwe Maan's avatar Douwe Maan

Plural instead of singular.

parent 635c8611
- page_title @application.name, "Application"
- page_title @application.name, "Applications"
%h3.page-title
Application: #{@application.name}
......
- 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?
......
- page_title @snippet.title, "Snippet"
- page_title @snippet.title, "Snippets"
%h3.page-title
= @snippet.title
......
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