woople-theme 0.5.15 → 0.5.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,6 +2,6 @@
2
2
  <div class="progress">
3
3
  <div class="bar" style="width: <%= points.percent_complete %>%;"></div>
4
4
  </div>
5
- <h2 class="points"><%= t 'woople_theme.dashboards.member.electives_section.points_earned', points_earned: points.earned, points_total: points.total %> </h2>
5
+ <h2 class="points"><%= t 'woople_theme.dashboards.member.electives_section.points_earned', count: points.total, points_earned: points.earned, points_total: points.total %></h2>
6
6
  </div>
7
7
 
@@ -83,7 +83,9 @@ en:
83
83
  points_tab_name: Points
84
84
  reason_points: Reason/Points
85
85
  in_progress: In-Progress
86
- points_earned: '%{points_earned} of %{points_total} elective points earned'
86
+ points_earned:
87
+ one: '%{points_earned} of %{count} elective point earned'
88
+ other: '%{points_earned} of %{count} elective points earned'
87
89
 
88
90
  date:
89
91
  formats:
@@ -1,3 +1,3 @@
1
1
  module WoopleTheme
2
- VERSION = '0.5.15'
2
+ VERSION = '0.5.16'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: woople-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.15
4
+ version: 0.5.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-13 00:00:00.000000000 Z
12
+ date: 2012-09-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails