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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e313cecf7cbee20cd24e4addaa69ac83708b008
|
4
|
+
data.tar.gz: d9d47b2b8a0029df12c8d5320684274e473cc07c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e1f47eb00ff894a6ccfdb6939a0286460617131a8bca93b9ba42efcaad90b126dc748facb96cd04b4dacaf4af51b8aecd31c7e6d779f6ebb490ba9c159dbe5b3
|
7
|
+
data.tar.gz: 63f7d411327d06934cb4bf32eb4eea018a1e20c41ef577881bcb1ae7a5b7f43b5a37ce8733db9e0bf467995ae1aaca669090962b9405f8b07a9b76722659c1f8
|
@@ -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
|
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.
|
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
|