standard_view 0.1.21 → 0.1.23

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: 3e4ada119e671002ab519b1187b46a4d44bf1653eb173e94ffe413991690b24b
4
- data.tar.gz: f60814c85b2c0656a4a09d98cd8814e8fbdc296e6903d91df29c3980f48d34d6
3
+ metadata.gz: e763c8f3ba6b628f5da58fccd56aec43419d83d2a362fdbb2e883d79d58e38f6
4
+ data.tar.gz: 5ba97c9546a1df58ad8aa16a01829604ae6c30ca0049ecff3214503e99ff44d0
5
5
  SHA512:
6
- metadata.gz: d2da409d83e405ededb234bdf847efc51e00942b31f3c2cbbc2d74cafd6013c5dc0fa0d7026cd531a1a514ef713055e9350b7f8a0f9d7b4376106ac3e64efd58
7
- data.tar.gz: 440e97d2d6a43e1e0f11231692f2f05b8fb8107969b68a72ce7848ea3a6cfa68ea355d783e0e3e011d63615c88621bf0d0380378f73f864849857ce794f6ad3e
6
+ metadata.gz: fc668382e3a67b022c894eb510dc0807a72a7489db132f9fc9e16429f57756d29061d9380088976044dcaf881f302f839908e94798390ee43f27b9a7d4158726
7
+ data.tar.gz: 581c0f1d0d19824a3c9d5b2a689637e2853841e3d5ce5421fb6593603fb881b561585e3840b724b6804532da9cc60018744ad5444a453cf3307485fdc0de955e
@@ -24,7 +24,7 @@ module StandardView
24
24
  link_target.reverse! if nested
25
25
 
26
26
  active_link_arguments = { controller: (nested ? record : model).model_name.collection }
27
- active_link_arguments[:action] = collection unless nested
27
+ active_link_arguments[:action] = collection if nested
28
28
 
29
29
  nav_item(
30
30
  link_target: link_target,
@@ -1,6 +1,7 @@
1
- <link
2
- rel="stylesheet"
3
- href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css"
4
- integrity="sha256-UzFD2WYH2U1dQpKDjjZK72VtPeWP50NoJjd26rnAdUI="
5
- crossorigin="anonymous"
1
+ <link
2
+ rel="stylesheet"
3
+ href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"
4
+ integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg=="
5
+ crossorigin="anonymous"
6
+ referrerpolicy="no-referrer"
6
7
  />
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module StandardView
4
- VERSION = "0.1.21"
4
+ VERSION = "0.1.23"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: standard_view
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.21
4
+ version: 0.1.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Garside