zadok 0.2.3 → 0.2.4
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: 843d879ca784044a000fb5052173f25ec5838b7952a9e34f93ef9f2db84305d0
|
4
|
+
data.tar.gz: 9a48885c0482a063800f84438543790e168b488b93c5e0c14ecf571df89d6b4d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c80b6bc33e1417dc1eace16d0f778833252bf11d3c994c543a32afaa29bd8891e91ff8382280c4101ef1c456e4e5c63327a9bd6b0b2e01f443b5fb35fc292e65
|
7
|
+
data.tar.gz: 461c9959c9f325ef4f29df61201b5421ceedb966abcdaeeb3c9fc753d2e0e0bf00026424e1b5af754d34ae074968e7d3d1b683b5de491475ce95b690b414524c
|
data/Gemfile.lock
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
.form-group
|
2
|
-
|
3
|
-
|
2
|
+
.custom-file
|
3
|
+
= form.file_field attr, options.fetch(:html) { {} }.merge(class: "custom-file-input")
|
4
|
+
= form.label attr, class: "custom-file-label"
|
5
|
+
|
4
6
|
- if options[:preview]
|
5
7
|
= image_tag resource.send(attr).url, class: "logo img-fluid"
|
@@ -1,6 +1,7 @@
|
|
1
1
|
.form-group
|
2
2
|
= form.label attr
|
3
|
-
.input-group
|
4
|
-
.input-group-
|
5
|
-
|
6
|
-
|
3
|
+
.input-group
|
4
|
+
.input-group-prepend
|
5
|
+
.input-group-text
|
6
|
+
| #
|
7
|
+
= form.text_field attr, options.fetch(:html) { {} }.merge(class: "form-control", maxlength: 6)
|
data/lib/zadok/version.rb
CHANGED