express_admin 1.7.22 → 1.7.23

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: cce00b8f840033a5025e39117a2bf09edf6e45a7
4
- data.tar.gz: 48a72003e0762ed38cc9569be3d4554723439dfe
3
+ metadata.gz: 1e313cecf7cbee20cd24e4addaa69ac83708b008
4
+ data.tar.gz: d9d47b2b8a0029df12c8d5320684274e473cc07c
5
5
  SHA512:
6
- metadata.gz: 9856a9fc7ba75f1411f3b5550d8d4563190ed7351b4ac93303140207e4046ec60b02337bc210cf24e9e8d975a6cdb74a9e416bacb3622ba684fbbf3fc608f2fe
7
- data.tar.gz: f9a78b32974a2a635d4ed771be1da187213f8b59cb1a07cae829eb0725b3ada223717ba0a270e961fab60620dd09d6f2796a58e0148d09a311765d2b2a67d1ab
6
+ metadata.gz: e1f47eb00ff894a6ccfdb6939a0286460617131a8bca93b9ba42efcaad90b126dc748facb96cd04b4dacaf4af51b8aecd31c7e6d779f6ebb490ba9c159dbe5b3
7
+ data.tar.gz: 63f7d411327d06934cb4bf32eb4eea018a1e20c41ef577881bcb1ae7a5b7f43b5a37ce8733db9e0bf467995ae1aaca669090962b9405f8b07a9b76722659c1f8
@@ -0,0 +1,4 @@
1
+ .smart-table
2
+
3
+ .smart-table-button
4
+ margin: 0
@@ -22,6 +22,7 @@
22
22
  @import 'components/definition'
23
23
  @import 'components/v_box'
24
24
  @import 'components/h_box'
25
+ @import 'components/smart_table'
25
26
 
26
27
  @import 'shared/media_object'
27
28
  @import 'shared/breadcrumbs'
@@ -164,7 +164,7 @@ module ExpressAdmin
164
164
  def actions_column(item)
165
165
  td {
166
166
  if should_show_delete?(item)
167
- link_to 'Delete', resource_path(item), method: :delete, data: {confirm: 'Are you sure?'}, class: 'button small secondary'
167
+ link_to 'Delete', resource_path(item), method: :delete, data: {confirm: 'Are you sure?'}, class: 'button smart-table-button small secondary'
168
168
  end
169
169
  }
170
170
  end
@@ -1,3 +1,3 @@
1
1
  module ExpressAdmin
2
- VERSION = "1.7.22"
2
+ VERSION = "1.7.23"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: express_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.22
4
+ version: 1.7.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Talcott Smith
@@ -404,6 +404,7 @@ files:
404
404
  - app/assets/stylesheets/express_admin/components/_module_sidebar.sass
405
405
  - app/assets/stylesheets/express_admin/components/_oauth_sign_in_links.sass
406
406
  - app/assets/stylesheets/express_admin/components/_pane.sass
407
+ - app/assets/stylesheets/express_admin/components/_smart_table.sass
407
408
  - app/assets/stylesheets/express_admin/components/_sub_menu.sass
408
409
  - app/assets/stylesheets/express_admin/components/_v_box.sass
409
410
  - app/assets/stylesheets/express_admin/components/_widget_box.sass