effective_cpd 0.1.7 → 0.1.8

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fa00b7ca9d6039709adb5c4948137632b28eeb8d8c551b5b489d9c4070722b51
4
- data.tar.gz: b53448836a6adc80ad1430ad3c569b5ee4f19cb1bc10339dbc222b44998dd97c
3
+ metadata.gz: a651ba3de27d409e1953f20172e2af0326299702a92f4a872b07294e9373c1d9
4
+ data.tar.gz: b5c398cdf6ec7d900739f6e3ca408b71c41b8adaad5adc4ee9b54484cacff264
5
5
  SHA512:
6
- metadata.gz: 9bbc1c8162e0c595d1c51ea8148caa59de3654993b5764a177a5c66eda39ed7f29554a2bb1cf2f31f3b1f2d8eeaf6373866e64bbbdcf00e3bf6f796b8e918ddb
7
- data.tar.gz: 3f1cfa5651851f517a697f9cf540d3319b0f17583557d0e5dcf0d2a1e32c9de49a96b421c82b458677191650f7e722bd5468e133a610844f55a5474313324e12
6
+ metadata.gz: ebe54bfda1f2c4ca428b1de44b5da5f694f7056927c08f7bcb453e73e1773c17b0715949f33b83de75c04a2e68b60049348b1cd6c1950db4a2dd7d435b6cab9c
7
+ data.tar.gz: 39a6a14de5f3babc4961c8412eae3cbeff7b4e8a64acf3f0975135d953aa513e3dbb7e02a67a14eee279f82bad9d9a482263fbf4114ec7823f6258ba44a0e91b
@@ -21,13 +21,13 @@
21
21
  .row
22
22
  - if cpd_activity.amount_label.present?
23
23
  .col
24
- %strong #{cpd_activity.amount_label.titleize.pluralize}
24
+ %strong= cpd_activity.amount_label
25
25
  %br
26
26
  = cpd_statement_activity.amount
27
27
 
28
28
  - if cpd_activity.amount2_label.present?
29
29
  .col.text-center
30
- %strong #{cpd_activity.amount2_label.to_s.titleize.pluralize} Articles written
30
+ %strong= cpd_activity.amount2_label
31
31
  = cpd_statement_activity.amount2
32
32
 
33
33
  - if cpd_activity.amount_static?
@@ -41,10 +41,10 @@
41
41
  .row
42
42
  .col
43
43
  - if activity.amount_label.present?
44
- = f.number_field :amount, label: activity.amount_label.titleize.pluralize, required: true
44
+ = f.number_field :amount, label: activity.amount_label, required: true
45
45
 
46
46
  - if activity.amount2_label.present?
47
- = f.number_field :amount2, label: activity.amount2_label.titleize.pluralize, required: true
47
+ = f.number_field :amount2, label: activity.amount2_label, required: true
48
48
 
49
49
  - if activity.amount_static?
50
50
  = f.hidden_field :amount, value: 1
@@ -1,3 +1,3 @@
1
1
  module EffectiveCpd
2
- VERSION = '0.1.7'
2
+ VERSION = '0.1.8'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: effective_cpd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code and Effect