satis 1.0.68 → 1.0.69
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/shared/_fields_for.html.slim +3 -3
- data/lib/satis/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4d67068f1fbf018ab9c608056352d81b6dac55a162f7d81da49ea7053ae46fbc
|
4
|
+
data.tar.gz: 91f4663daf88672d435d705d6452316309fcb8bebc3f32f0560a41f9c372973f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1e5a801b78f3494ac01c060ddb06f1abeb99c1c3facd288e04fb39f13e56f34126182778bd0fc91d986bbd7ea90a6a7e565cd3a584395928641cf8769ba49c8d
|
7
|
+
data.tar.gz: db160debfab9a8036df9b6522abbe047c61a48a1e57dbc3fc139d96c539786d5e293f21cab71311bdc90f0022db1c4b46f561d04ec8a0e26169ca16ba4cb5eca
|
@@ -13,11 +13,11 @@
|
|
13
13
|
= yield(nested_form)
|
14
14
|
.col-span-1.flex.justify-center.items-center.association
|
15
15
|
.h-full.w-1.border-r.border-dashed
|
16
|
-
a.text-primary-600.
|
16
|
+
a.text-primary-600.nested-fields_action href="#" data-action='click->satis-fields-for#addAssociation'
|
17
17
|
i.fal.fa-plus
|
18
18
|
.hidden.col-span-1.flex.justify-center.items-center.association
|
19
19
|
.h-full.w-1.border-r.border-dashed
|
20
|
-
a.text-primary-600.
|
20
|
+
a.text-primary-600.nested-fields_action href="#" data-action='click->satis-fields-for#removeAssociation'
|
21
21
|
i.fal.fa-trash
|
22
22
|
|
23
23
|
= form.rails_fields_for collection do |nested_form|
|
@@ -29,7 +29,7 @@
|
|
29
29
|
= yield(nested_form)
|
30
30
|
.col-span-1.flex.justify-center.items-center
|
31
31
|
.h-full.w-1.border-r.border-dashed
|
32
|
-
a.text-primary-600.
|
32
|
+
a.text-primary-600.nested-fields_action href="#" data-action='click->satis-fields-for#removeAssociation'
|
33
33
|
i.fal.fa-trash
|
34
34
|
|
35
35
|
span data-satis-fields-for-target='insertionPoint'
|
data/lib/satis/version.rb
CHANGED