effective_classifieds 0.12.0 → 0.13.0

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: 4e3db335021feaa6c96b330cf9f14190883dd8026806989005097b21e6541a34
4
- data.tar.gz: eecf8a27a2724a8af0f604e696b3b49e2ce2d2d9046b0e8a4c4b6b2c559c3c8b
3
+ metadata.gz: ea06f5a66be4f3b850a30a13abb68b6d6330c07b79887372ddfaf06550d812b3
4
+ data.tar.gz: 51a5a3e7502614ecd7e4685698e0eba688c66591902a0e9a03927d62495eb3a3
5
5
  SHA512:
6
- metadata.gz: 4df362845df2ced9b8f8edc418f456a33105f49e995e6bfbbff38de379a3e669c96a9db4550399d7de4467224fc36f0984be6043bcf12fc0b26393edf35bbaa2
7
- data.tar.gz: 0e938089782c60628cbf6a3ba37792a651f45239ea2aeea9aa0dedff8bf7dc20ffd978a3a830e0b70f9ec8f747577486624f0c927cd293626f681f7c25abee42
6
+ metadata.gz: aaeca7a221d795f87e3e0d2dfd8cf90e9e8b6c8658dd185911505d2af4d43790ea9805c53fd1fc85a76ff13c871aac192d6b89f514fc3b52530fbb44f3443d14
7
+ data.tar.gz: 930945a8f6a990c62c24ac36680e3c4046e6058d95b741cc54a4355582f1ac80e0cec1ac87e3e617cde145099085ef85230b6a5ab2de6d21cfc5d26d302f07c6
@@ -24,11 +24,11 @@ class EffectiveClassifiedWizardsDatatable < Effective::Datatable
24
24
 
25
25
  actions_col(actions: []) do |wizard|
26
26
  if wizard.draft?
27
- dropdown_link_to('Continue', effective_classifieds.classified_wizard_build_path(wizard, wizard.next_step), 'data-turbolinks' => false)
27
+ dropdown_link_to('Continue', effective_classifieds.classified_wizard_build_path(wizard, wizard.next_step), 'data-turbolinks' => false, 'data-turbo' => false)
28
28
  elsif wizard.classified.present?
29
29
  dropdown_link_to('Show', effective_classifieds.classified_path(wizard.classified))
30
30
  dropdown_link_to('Edit', effective_classifieds.edit_classified_path(wizard.classified))
31
- dropdown_link_to('Show Wizard', effective_classifieds.classified_wizard_path(wizard), 'data-turbolinks' => false)
31
+ dropdown_link_to('Show Wizard', effective_classifieds.classified_wizard_path(wizard), 'data-turbolinks' => false, 'data-turbo' => false)
32
32
  end
33
33
 
34
34
  if EffectiveResources.authorized?(self, :destroy, wizard)
@@ -11,7 +11,7 @@
11
11
 
12
12
  %p
13
13
  Please
14
- = link_to("Continue submission", effective_classifieds.classified_wizard_build_path(submission, submission.next_step), 'data-turbolinks' => false, class: 'btn btn-primary')
14
+ = link_to("Continue submission", effective_classifieds.classified_wizard_build_path(submission, submission.next_step), 'data-turbolinks' => false, 'data-turbo' => false, class: 'btn btn-primary')
15
15
  or you can
16
16
  = link_to('Abandon submission', effective_classifieds.classified_wizard_path(submission), 'data-confirm': "Really delete #{submission}?", 'data-method': :delete, class: 'btn btn-danger')
17
17
  to submit another.
@@ -1,3 +1,3 @@
1
1
  module EffectiveClassifieds
2
- VERSION = '0.12.0'.freeze
2
+ VERSION = '0.13.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: effective_classifieds
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code and Effect