avo 3.4.3 → 3.4.4

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: bd49dafaf80ec79f2e45eab2d26786c9cfa9d65c2f3608ab61540f7d40038b35
4
- data.tar.gz: 5750e2b37680c30a6732ec99af57e08ae504ac8ddffa2a75d78c00bf14dd39ae
3
+ metadata.gz: 0b5aec5e488a238db9609baec7aa5f7b069b9eae298c2fded106bb949eb37591
4
+ data.tar.gz: 7be1a8be6b426ca7fe3a5c388fe962b2e23c11b1a2217700d31999e0dc8adbd2
5
5
  SHA512:
6
- metadata.gz: 2ad055e02c197a6c50af642c782a585c5e8584d8d90f7171f83a94acb9b4f5c19edb109d8037c2bfd338224b9e21a8bf92f41f7a7295c0caddd1a554f79741c3
7
- data.tar.gz: d82297c31658bc94638a4f9504eaac9dedd59843db4580c6b09231748dd1ba61697b2c008dce6c2b6ad759b46542d8a0ffd55cdd2a5b3e50ab28be55f8769c84
6
+ metadata.gz: 355ca408da59a84b86d8db8f1e1324a9e6d77743d7dc5cea1e65b5c96b1eace78fd30e1f43136530c4fc8e9aac674cf55c7c41ea9cd2ada112b89f986a4b068c
7
+ data.tar.gz: 6f51493ca463f171655ba3ff1b75e77ff141f37b717ab810d646363fe3a966ea4d62b4d71a9ae67ede9f43bd71f4e58808784fb065f0741a4b11947eeab3cca0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- avo (3.4.3)
4
+ avo (3.4.4)
5
5
  actionview (>= 6.1)
6
6
  active_link_to
7
7
  activerecord (>= 6.1)
@@ -7102,10 +7102,6 @@ tag.tagify__tag{
7102
7102
  margin-left:2.5rem
7103
7103
  }
7104
7104
 
7105
- .ml-12{
7106
- margin-left:3rem
7107
- }
7108
-
7109
7105
  .ml-2{
7110
7106
  margin-left:0.5rem
7111
7107
  }
@@ -25,7 +25,7 @@
25
25
 
26
26
  <div class="w-full space-y-1">
27
27
  <% dashboards.sort_by { |r| r.navigation_label }.each do |dashboard| %>
28
- <%= render Avo::Sidebar::LinkComponent.new label: dashboard.navigation_label, path: helpers.avo_dashboards.dashboard_path(dashboard) %>
28
+ <%= render Avo::Sidebar::LinkComponent.new label: dashboard.navigation_label, path: Avo::Dashboards::Engine.routes.url_helpers.dashboard_path(dashboard) %>
29
29
  <% end %>
30
30
  </div>
31
31
  </div>
data/lib/avo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Avo
2
- VERSION = "3.4.3" unless const_defined?(:VERSION)
2
+ VERSION = "3.4.4" unless const_defined?(:VERSION)
3
3
  end
@@ -1,4 +1,4 @@
1
1
  # This controller has been generated to enable Rails' resource routes.
2
- # More information on https://docs.avohq.io/2.0/controllers.html
2
+ # More information on https://docs.avohq.io/3.0/controllers.html
3
3
  class <%= controller_class %> < <%= parent_controller %>
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: avo
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.3
4
+ version: 3.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Marin
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2024-03-01 00:00:00.000000000 Z
13
+ date: 2024-03-05 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activerecord