effective_memberships 0.6.3 → 0.6.4
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6b4247d703d9b732691ae59a81c10d8713603ec2b43fc6f206ae7594c9a4145c
|
|
4
|
+
data.tar.gz: 36764403e8da32f0666e88689d263e34e5c67161e2f130cdd53ba8569e7f95e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 37404019ffba0de0a2284b412e7d9c97c9bdbcf664cb2ccda104f8227c14b941025cc493af431a206443296352f625a685fd1425ba12f2988ad1f673e5cad5b0
|
|
7
|
+
data.tar.gz: 1bdd05c77546a13276c94f7c5c0688749b5d198f232cac214a051bf18e2cab28fe08cead0395d5c6bae823c93abd373f0ed751edcaa4db634501bbb4aa020294
|
|
@@ -3,7 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
= card do
|
|
5
5
|
- if resource.min_applicant_equivalences > 0
|
|
6
|
-
|
|
6
|
+
%p You must include #{resource.min_applicant_equivalences} or more equivalent memberships.
|
|
7
|
+
|
|
8
|
+
- if resource.min_applicant_equivalences == 0
|
|
9
|
+
%p Equivalent memberships are not required. Click the Remove button to skip adding memberships.
|
|
7
10
|
|
|
8
11
|
= effective_form_with(model: resource, url: wizard_path(step), method: :put) do |f|
|
|
9
12
|
= f.hidden_field :id
|
|
@@ -8,6 +8,9 @@
|
|
|
8
8
|
- if resource.min_applicant_experiences_months > 0
|
|
9
9
|
%p You must include #{resource.min_applicant_experiences_months} or more months of experience.
|
|
10
10
|
|
|
11
|
+
- if resource.min_applicant_educations == 0 && resource.min_applicant_experiences_months == 0
|
|
12
|
+
%p Work experience is not required. Click the Remove button to skip adding work experience.
|
|
13
|
+
|
|
11
14
|
= effective_form_with(model: resource, url: wizard_path(step), method: :put) do |f|
|
|
12
15
|
= f.hidden_field :id
|
|
13
16
|
= f.error :applicant_experiences
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: effective_memberships
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Code and Effect
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-09-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|