effective_classifieds 0.11.0 → 0.11.1
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 227ecb2be07e7b68f8b9e66ff44fc909ffcd7a599e515cdcfdf9ddb4f6843d06
|
|
4
|
+
data.tar.gz: 321d8cf35a1c6d8bdf5d913f39ca70307533e4f1daa7ed1d50bcdd4dc4ef740b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8ecb8b6f097d07d4fc7ccf41c61bb22f79f7f015d89821ce8bf7ead33b7f7ae5447c090bf53003c04faa2d0d1fc8159a7bd03e92347261f0c02647d0ccecc3dd
|
|
7
|
+
data.tar.gz: 83cdd7b7da346b556cbbb7212e5e5019141e66039e7ec2da24442994dc76b6b28d4307124b0ba8b95dee83c8264d94458b790e3c11f68242b9d28b5c6c34947b
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
- else
|
|
30
30
|
= f.rich_text_area :body, label: 'Description', hint: "The #{classified_label.downcase} description. Be sure to include all relevant information."
|
|
31
31
|
|
|
32
|
-
= f.file_field :file, label: "Attach a PDF for download. Optional."
|
|
32
|
+
= f.file_field :file, label: "Attach a PDF for download. Optional.", accept: 'application/pdf'
|
|
33
33
|
|
|
34
34
|
%h3.mt-5 Contact Information
|
|
35
35
|
%p.text-muted These details <strong>are not</strong> displayed on the #{classifieds_name_label}. They may be used by staff for administration and support. Please ensure the above #{classified_label.downcase} description includes relavent contact information.
|