smarter_listing 0.3.3 → 0.3.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/smarter_listing/copy.js.erb +1 -1
- data/lib/smarter_listing/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 03473534a9444d9d78f2d09df9fba26569eac7ce
|
4
|
+
data.tar.gz: e03bdc9c022b7d68ba2040516627d107e9554f96
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e553672d10c6613c10825ef116d28ac24c4ea7d52373a3ae4062ede4535573ebf1c7b24dbb35b85d3d2a1073fb7aece25e9f363aeae7ea3c528beffada2d6b09
|
7
|
+
data.tar.gz: 829a0852b1ae2b1e6c87b4a7b30a1b73b4987a4c210c46f29d0fa3a7e62bc85634b6aa440e31e2936c3be4ec481ed4c6b4d752bb65a71ed4afd12914063c548d
|
@@ -1,2 +1,2 @@
|
|
1
|
-
<%= smart_listing_item
|
1
|
+
<%= smart_listing_item :copy, resource, "#{current_engine}/#{collection_sym}/form.html", name: collection_sym %>
|
2
2
|
<%== render 'smarter_listing/form_logic' %>
|