five-two-nw-olivander 0.1.2.18 → 0.1.2.19

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: 8a36c828d7544eb3e49f262fb2535f738a51e1c12d190eab8faad0d23628fe28
4
- data.tar.gz: 3c92c632d2a9684280afbc700b5fa2984b85998c24c2856babeaeba77dfe4ee8
3
+ metadata.gz: 7284d4aa04aaed8ef7631ecd5c68d4780070ca745690b5eccdcc33398312c865
4
+ data.tar.gz: 929fe16028a179c0d6831cc853d8bcf96cb6341a670edca50ce954875b311ce1
5
5
  SHA512:
6
- metadata.gz: eab8679d522df001fb3d21274571af6da60ed1d825b1d5f2b9fbe7e0f13f7c9c48ff7b81a7bc19d77464088ad5c962e91e6d8e51343e72cdd2aba7f78460eb0d
7
- data.tar.gz: 95283a4df656bb868b541131a1fe21aa2ba16eac4cf38280a6df61666b81f6c728015aadd0df4802c5125d046b2de246a7bdd03740bee84ae44a3f92037c1eb5
6
+ metadata.gz: bc366eae4724c2b807d0149fca02181d136dcfe06ddcb211dc963fc9058bc4c30932c401aa4230d5be83cdec63fc5a04638e99dd6037c7fbf10c231cc04a7e47
7
+ data.tar.gz: f9870970c03f91dc8efb6cb029ca37e33a86f4a0922bfc3ce0d4aa283649b60cca903ba12d157e0cc37345eda4660d6b7c66167d4e3c2d7e25bd014b2e017161
@@ -1,5 +1,5 @@
1
1
  - actions.each do |a|
2
- = link_to controller: a.controller, action: a.action, method: a.verb, class: 'btn btn-tool', data: { turbo: true } do
2
+ = link_to({ controller: a.controller, action: a.action }, method: a.verb, class: 'btn btn-tool', data: { turbo: true }) do
3
3
  - icon_key = "activerecord.actions.icons.#{a.sym}"
4
4
  - if I18n.exists?(icon_key)
5
5
  %i.fa{ class: I18n.t(icon_key)}
@@ -1,3 +1,3 @@
1
1
  module Olivander
2
- VERSION = "0.1.2.18"
2
+ VERSION = "0.1.2.19"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: five-two-nw-olivander
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2.18
4
+ version: 0.1.2.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Dennis