effective_resources 0.8.17 → 0.8.18
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: 26a779e0658cce584ace850ad214ad99b8590c08
|
|
4
|
+
data.tar.gz: d6f9d9f97090b0a37eeeee405e5f3fbf30ce3c71
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 071eb0886b9e5f92be4479a64616ed68e1da4ce613e9d518c30c8db660abacd0b9cdab836f187e88c6e338e2a544314c1b5a69c85d1491e32adf8e89dc799475
|
|
7
|
+
data.tar.gz: 1da07444c0d9766ba1c6b5a8abc1ee13671414a16f9f6d71699f3b6db7ca435d4462a2fc6f73579c6437f4dee2d17b39902a477277b14a4dc51f383072eaf770
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
- if actions.index(:edit)
|
|
2
|
+
= edit_icon_to effective_resource.action_path(:edit, resource)
|
|
3
|
+
|
|
4
|
+
- if actions.index(:show)
|
|
5
|
+
= show_icon_to effective_resource.action_path(:show, resource)
|
|
6
|
+
|
|
7
|
+
- if actions.index(:destroy)
|
|
8
|
+
= destroy_icon_to effective_resource.action_path(:destroy, resource), data: { method: :delete, confirm: "Really delete #{resource}?" }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: effective_resources
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.18
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Code and Effect
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-05-
|
|
11
|
+
date: 2018-05-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -66,6 +66,7 @@ files:
|
|
|
66
66
|
- app/views/application/update.js.erb
|
|
67
67
|
- app/views/effective/resource/_actions.html.haml
|
|
68
68
|
- app/views/effective/resource/_actions_dropleft.html.haml
|
|
69
|
+
- app/views/effective/resource/_actions_glyphicons.html.haml
|
|
69
70
|
- config/effective_resources.rb
|
|
70
71
|
- lib/effective_resources.rb
|
|
71
72
|
- lib/effective_resources/engine.rb
|