express_admin 1.8.0 → 1.8.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4a8259fa012044052d609f7a6881237554b0ccdf
4
- data.tar.gz: 44f29a68c1ec5dab242ed703807bbb6058a22062
3
+ metadata.gz: 7ab62ca548e0883c918f30a5ea5e3745521dec28
4
+ data.tar.gz: f6a86dbad85d0608eaddf8bbc6fd4b4958e031c9
5
5
  SHA512:
6
- metadata.gz: 067926317358129976bb254f20e684c46724d639251b93385099c80f274fae24fe665419949deb9bdfffcecac6298c73e78a32d9f9b14a3ff894a10ff02a76fd
7
- data.tar.gz: 0d864ebea27d88057a800508ff14fd50da9a89475454fb2c829d9c6dba38de8dccd9752b587cde35a802459ebf9c40ab93ff8b02886906b3778b8f8488d7572a
6
+ metadata.gz: f42edaf5acbca1a324aaa1225cd3679f1c96f5eadc14c7fb685315630880a7a62b97b6505c289eb55678ff1b91c9ba4b3adbd85e68f03d6d24e7731496091cf5
7
+ data.tar.gz: 404a3729821f5e0d908ce0f773a1f48e2831eb10645470c64d29e6533992fc25649a5c71a9ea683aae87d93eecd1375f0dad519b2b2451b94f8c9464c7c6cacf
@@ -4,3 +4,6 @@
4
4
 
5
5
  .smart-table-button
6
6
  margin: 0
7
+
8
+ &.delete
9
+ background-color: $red
@@ -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 secondary'
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
@@ -1,3 +1,3 @@
1
1
  module ExpressAdmin
2
- VERSION = "1.8.0"
2
+ VERSION = "1.8.1"
3
3
  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.0
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: 2016-03-17 00:00:00.000000000 Z
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:
Binary file