express_admin 1.8.0 → 1.8.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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7ab62ca548e0883c918f30a5ea5e3745521dec28
|
|
4
|
+
data.tar.gz: f6a86dbad85d0608eaddf8bbc6fd4b4958e031c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f42edaf5acbca1a324aaa1225cd3679f1c96f5eadc14c7fb685315630880a7a62b97b6505c289eb55678ff1b91c9ba4b3adbd85e68f03d6d24e7731496091cf5
|
|
7
|
+
data.tar.gz: 404a3729821f5e0d908ce0f773a1f48e2831eb10645470c64d29e6533992fc25649a5c71a9ea683aae87d93eecd1375f0dad519b2b2451b94f8c9464c7c6cacf
|
|
@@ -166,7 +166,7 @@ module ExpressAdmin
|
|
|
166
166
|
def actions_column(item)
|
|
167
167
|
td {
|
|
168
168
|
if should_show_delete?(item)
|
|
169
|
-
link_to 'Delete', resource_path(item), method: :delete, data: {confirm: 'Are you sure?'}, class: 'button smart-table-button small
|
|
169
|
+
link_to 'Delete', resource_path(item), method: :delete, data: {confirm: 'Are you sure?'}, class: 'button smart-table-button small delete'
|
|
170
170
|
end
|
|
171
171
|
}
|
|
172
172
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: express_admin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.8.
|
|
4
|
+
version: 1.8.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steven Talcott Smith
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-01-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: express_templates
|
|
@@ -573,7 +573,6 @@ files:
|
|
|
573
573
|
- test/dummy/db/migrate/20150610081204_create_widget_tags.rb
|
|
574
574
|
- test/dummy/db/migrate/20150812073447_create_parts.rb
|
|
575
575
|
- test/dummy/db/schema.rb
|
|
576
|
-
- test/dummy/db/test.sqlite3
|
|
577
576
|
- test/dummy/public/404.html
|
|
578
577
|
- test/dummy/public/422.html
|
|
579
578
|
- test/dummy/public/500.html
|
|
@@ -713,7 +712,6 @@ test_files:
|
|
|
713
712
|
- test/dummy/db/migrate/20150610081204_create_widget_tags.rb
|
|
714
713
|
- test/dummy/db/migrate/20150812073447_create_parts.rb
|
|
715
714
|
- test/dummy/db/schema.rb
|
|
716
|
-
- test/dummy/db/test.sqlite3
|
|
717
715
|
- test/dummy/public/404.html
|
|
718
716
|
- test/dummy/public/422.html
|
|
719
717
|
- test/dummy/public/500.html
|
|
@@ -760,4 +758,3 @@ test_files:
|
|
|
760
758
|
- test/lib/generators/express_admin/scaffold_generator_test.rb
|
|
761
759
|
- test/support/test_menu.yml
|
|
762
760
|
- test/test_helper.rb
|
|
763
|
-
has_rdoc:
|
data/test/dummy/db/test.sqlite3
DELETED
|
Binary file
|