tramway-admin 1.13 → 1.13.0.1

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: 50ac818ea8d1550212f1038579b3f0b59bc8a330ab213a0360b0abc93694e701
4
- data.tar.gz: d131f12fdfe753dddea51ffac66f675299d98226649e00567a182a9614ed4169
3
+ metadata.gz: 294107b69ca01503fcec074098244833df5a22961e5fb7f480a9ff634d2d4576
4
+ data.tar.gz: 49a98a54ba65cfdd93eb45e5a402ba6ec7b3b4089514b24359bf285fe90349b5
5
5
  SHA512:
6
- metadata.gz: e3be8b642284449ed77f21348eaff40c4836381b5d6471c4524e6958276be5ccd3442fb45eb6c7a1fe49ad0d076fcd01eb46f2cfebc6118c938b6dcd57a1b1ce
7
- data.tar.gz: b3225934d90b57f2660f09420f7223b3ecdb529ee78c7db5f55a76f42c08e76e85582d1536329174b684eb4767521b83f352651cddc8517f66265ea2d673c900
6
+ metadata.gz: ed5963e7e8a7b08951b000dc56aef4a3ad6c4e583f299e2f4d4b234ded31997aa48e5750e66949eb7bdd76ad398c398f59cb7480d14297426b00e335e495f6e8
7
+ data.tar.gz: 81c18e86660dd5b8749bb56ad44c1ef982c9b454aa5c6def5980d921016433447b11385d66982ab7f47f291ed80deed6bd0c4dfc5f24b7e90cc2da1e3f23de7e
@@ -20,7 +20,7 @@
20
20
  - else
21
21
  - tabs.each_with_index do |tab, index|
22
22
  %li.nav-item
23
- = link_to admin_index_path_of_model(model_class, tab, params[:filter].permit!), class: "#{active_tab(tab, index)} nav-link" do
23
+ = link_to admin_index_path_of_model(model_class, tab, params[:filter]&.permit!), class: "#{active_tab(tab, index)} nav-link" do
24
24
  != tab_title(model_class, tab, @counts[tab], state_method)
25
25
  %div{ id: (params[:search] ? :search : params[:scope]) }
26
26
  = render 'list'
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module Admin
3
- VERSION = '1.13'
3
+ VERSION = '1.13.0.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-admin
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.13'
4
+ version: 1.13.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov