effective_classifieds 0.4.7 → 0.4.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: 4efe669bad28e0c18b965b784e4b307a12e933d2d110deb660f73aae68f7dab0
4
- data.tar.gz: daea6b6ae0e2285fde3b87fd1f723a03537465dcda8bed6c4fb2d018d50b2144
3
+ metadata.gz: 6e5269c6dccc1960df07c54cd8dce25942cfc15136d2b40a36707ef801c03f57
4
+ data.tar.gz: 18c39f1c846eea9a4cdb9a3a5653d58e46472bf95823ea86c703bb329e2a54e8
5
5
  SHA512:
6
- metadata.gz: 283e5708a1d92871e614b95eebaf25511de9b656f2e92716824620ebc92541416bc08fd43f5b1014e74f08df96b5d3c9eb05eb9b271264ae84f53352a88846c0
7
- data.tar.gz: 606cad7e6b2294a8878618a6a35b31266a089cd2d68fe537e29d71152680c99ad184988e3aa50eda29660bd06d1e6b0379de5f322f695d5159f3585128a35b2a
6
+ metadata.gz: e3989934b268ccc5af1f49d9df8e43d719e4e6055433f750e6ceae58ecd7c80cb0e0655f25065a88b1527c6fed8bb3c4ce7a88d607c9f9a57dba8d5467197b24
7
+ data.tar.gz: 3c88ed94cd34bedd065bb70b1df8ff1aa99b79cb8968019475e616f17e54c8724602f30e520bf7588263ac34207ab833312f96a579a6c281f9e605c09e59d7dd
@@ -16,7 +16,7 @@
16
16
  .alert.alert-danger.mb-4
17
17
  Your posting must still be approved before it will be displayed.
18
18
 
19
- = link_to "Return to Dashboard", root_path, class: 'btn btn-lg btn-primary mb-4'
19
+ = link_to "Return to Dashboard", return_to_dashboard_path, class: 'btn btn-lg btn-primary btn-block'
20
20
 
21
21
  = render 'effective/classified_wizards/summary', classified_wizard: resource
22
22
  = render 'effective/classified_wizards/classified_wizard', classified_wizard: resource
@@ -26,4 +26,4 @@
26
26
  = collapse('Show orders...', card_class: 'my-2') do
27
27
  = render 'effective/classified_wizards/orders', classified_wizard: resource
28
28
 
29
- = link_to "Return to Dashboard", root_path, class: 'btn btn-lg btn-primary'
29
+ = link_to "Return to Dashboard", return_to_dashboard_path, class: 'btn btn-lg btn-primary btn-block'
@@ -1,3 +1,3 @@
1
1
  module EffectiveClassifieds
2
- VERSION = '0.4.7'.freeze
2
+ VERSION = '0.4.8'.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.4.7
4
+ version: 0.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code and Effect