rails_admin_ui_layout_taris 1.3.8 → 1.3.9

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: de2887598d1b5e9dfcdc9d2441f353ab6578fd73ca5cc00c7b524c85e932ff3e
4
- data.tar.gz: 9b3852ba18107b015d2ff47a660027154c1e27bc73dfcfdaa72d3f3e7d11623d
3
+ metadata.gz: 35b0bf594a42831cdab75b1a67d52f3e6d5dbd7d0cfe3e6ed22bf48f86e5931b
4
+ data.tar.gz: df6ad31aeccadd94127837689a9721605dc77d9897aadd19d4fa32724b1bf68b
5
5
  SHA512:
6
- metadata.gz: 8e16aa4a02bde54f9b39e99f6a90a59542bcd500b6be0451ddebdc852fe439ed77862982809ac414d109f72a61861dc3b01a457e4762c6b8a09b32a702202d6e
7
- data.tar.gz: f754360eb5fe713420d9ab48b441d6dcf8b2a44b626470bd40e2f30e2b3d9418dd7f88569658ad5511b9d6c54761d0a67e8faaefd0b53801712153ee4113b3ca
6
+ metadata.gz: 14c926495373e262163736368825ed1fa7cad239083227c83916f6870cb41e3351b9781d980daa561bb1a7e060ec166391239cc3d8d7ffa09987c3ccef187193
7
+ data.tar.gz: 92ba6f748f4d2b48e02f9133cfc8df893562b0924c40a3584733e1d885e723e1666134fa7c2eff15b9c9ee4349d780a1c8be861abd762634a5fbf8d4afd27d68
data/README.md CHANGED
@@ -1,2 +1,2 @@
1
1
  # Credits
2
- atom by James Christopher from the Noun Project
2
+ Initially based on work from James Christopher from the Noun Project
@@ -1,6 +1,7 @@
1
1
  :javascript
2
2
  $('.nav.nav-pills li.active').removeClass('active');
3
3
  $('.nav.nav-pills li[data-model="#{@abstract_model.to_param}"]').addClass('active');
4
+ $(window).off('keydown');
4
5
 
5
6
  - # Integration of the rails_admin_settings gem, if not available, it rescues to the normal naming
6
7
  %title= "#{(@abstract_model.try(:pretty_name) || @page_name)} | #{Settings.app_name rescue ([_get_plugin_name[0] || 'Rails', _get_plugin_name[1] || 'Admin'].join(' '))}"
@@ -1,3 +1,3 @@
1
1
  module RailsAdminUiLayoutTaris
2
- VERSION = '1.3.8'.freeze
2
+ VERSION = '1.3.9'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_admin_ui_layout_taris
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.8
4
+ version: 1.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-18 00:00:00.000000000 Z
11
+ date: 2019-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thecore