zadok 0.8.6 → 0.8.7

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: 7a05b611aa96a09fb6718179a4c2256c036f3766eb2fd39c6b86b99afb26016e
4
- data.tar.gz: 0fe2be2e194115ecd745b091186c27b06a9deb84aaf08cc1ab736b768d245ace
3
+ metadata.gz: a7d666fabf4f92c44ae6b455e0e3c4e1a6693251d827345392d9909fb2ef4754
4
+ data.tar.gz: faea10a502e3556924e237b8389118c132d7f77610cc6adcef95c18fe4b1c06c
5
5
  SHA512:
6
- metadata.gz: df6ec4b592300c8fb55eabb6632ab28747e5000f5c3f4a71d8738dede22564d0762465c52efe04c67eeea03e924e1ed16a54ee9de93a15c90c27c5b15ced413a
7
- data.tar.gz: 52b26e381c82382f9af0caf9d4d8c420dd280da344d0fd9a217f48928c0b3872ceaadc9cbd925bfee3d401dc1c7f2574d46744d8087af2773aa5acc70db55f98
6
+ metadata.gz: f978d9872a592f216cd1d729c6145b728ef3c6a347f41d79cf1a548989f969a7203c219d6056b2f13303f610b38b63ddba1c0e266ae151832c09f7556cb6ee73
7
+ data.tar.gz: ca627caf4826edb4d7b5ac48db29c227b8872ed9614ca42748e108ac2c2f3546ec5d5c4723dd33c553e10c0ad6fdf957b6aed4172ebabc3235b489cf799760a6
@@ -9,9 +9,9 @@ module ZadokHelper
9
9
  name = t("activerecord.attributes.#{model}.#{attr}")
10
10
 
11
11
  cell_contents = if current_sort == "#{attr} asc"
12
- [name, icon(:fas, "chevron-down", class: "pull-right")]
12
+ [name, icon(:fas, "chevron-down", class: "float-right")]
13
13
  elsif current_sort == "#{attr} desc"
14
- [name, icon(:fas, "chevron-up", class: "pull-right")]
14
+ [name, icon(:fas, "chevron-up", class: "float-right")]
15
15
  else
16
16
  [name]
17
17
  end
@@ -27,4 +27,4 @@
27
27
  resource_url_for(:destroy),
28
28
  data: { confirm: t("zadok.destroy.confirm", model: resource_name) },
29
29
  method: :delete,
30
- class: "btn btn-danger pull-right")
30
+ class: "btn btn-danger float-right")
@@ -22,4 +22,4 @@ ul.active-filters id="#{filter.param}_list"
22
22
  value: value,
23
23
  name: "q[#{filter.param}][]"
24
24
  a.remove-entry[href="#"]
25
- .fas.fa-times.pull-right
25
+ .fas.fa-times.float-right
data/lib/zadok/version.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  module Zadok
4
4
  VERSION_MAJOR = 0
5
5
  VERSION_MINOR = 8
6
- VERSION_TINY = 6
6
+ VERSION_TINY = 7
7
7
  VERSION_PRE = nil
8
8
 
9
9
  VERSION = [
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zadok
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.6
4
+ version: 0.8.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leon Hooijer