rails_admin_ui_layout_taris 1.3.8 → 1.3.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/app/views/layouts/rails_admin/pjax.html.haml +1 -0
- data/lib/rails_admin_ui_layout_taris/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35b0bf594a42831cdab75b1a67d52f3e6d5dbd7d0cfe3e6ed22bf48f86e5931b
|
4
|
+
data.tar.gz: df6ad31aeccadd94127837689a9721605dc77d9897aadd19d4fa32724b1bf68b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 14c926495373e262163736368825ed1fa7cad239083227c83916f6870cb41e3351b9781d980daa561bb1a7e060ec166391239cc3d8d7ffa09987c3ccef187193
|
7
|
+
data.tar.gz: 92ba6f748f4d2b48e02f9133cfc8df893562b0924c40a3584733e1d885e723e1666134fa7c2eff15b9c9ee4349d780a1c8be861abd762634a5fbf8d4afd27d68
|
data/README.md
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
# Credits
|
2
|
-
|
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(' '))}"
|
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.
|
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-
|
11
|
+
date: 2019-05-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thecore
|