effective_memberships 0.16.1 → 0.16.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 913cafff7bf0ade82697b95f576501d6471c1b7b1ea295623ef957bbb934f953
|
4
|
+
data.tar.gz: 4590de5b2573623e254062b93caca7c2a82fdd7dc83f4c8f83df591c3ceb0bba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e1c081eb3c04b59fefd0b20ce9e5b927ec426ea833ca1a662a519f956a7e6f389efb6f5cf8952e2d1b4a91a0689496751a4bd3f3c67286e3c2f6b97e0126f1c
|
7
|
+
data.tar.gz: 59be5dc261759df1cf1f36c21852e71e49967f13f7be79b23276d8ef9f9bdffca2f43ee074bb6b9ab7849a25fa5e585efffe1425d29feb50fac96af22687e72a
|
@@ -0,0 +1 @@
|
|
1
|
+
= f.check_box :declare_resignation, label: "Yes, I am applying for resignation from #{f.object.category}"
|
@@ -8,8 +8,6 @@
|
|
8
8
|
= effective_form_with(model: resource, url: wizard_path(step), method: :put) do |f|
|
9
9
|
= f.hidden_field :id
|
10
10
|
|
11
|
-
=
|
12
|
-
|
13
|
-
= f.check_box :declare_resignation, label: "Yes, I am applying for resignation from #{f.object.category}"
|
11
|
+
= render("effective/applicants/resignation_fields", f: f)
|
14
12
|
|
15
13
|
= f.save 'Save and Continue'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: effective_memberships
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.16.
|
4
|
+
version: 0.16.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code and Effect
|
@@ -458,6 +458,7 @@ files:
|
|
458
458
|
- app/views/effective/applicants/_reinstatement.html.haml
|
459
459
|
- app/views/effective/applicants/_reinstatement_fields.html.haml
|
460
460
|
- app/views/effective/applicants/_resignation.html.haml
|
461
|
+
- app/views/effective/applicants/_resignation_fields.html.haml
|
461
462
|
- app/views/effective/applicants/_select.html.haml
|
462
463
|
- app/views/effective/applicants/_select_organization.html.haml
|
463
464
|
- app/views/effective/applicants/_stamp.html.haml
|