sinatra-hexacta 0.9.3 → 0.9.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/sinatra/views/menu/menu.slim +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6aaec32790752b72c99527ea6fab74f017349baa383b7e34c806d0d51abc97be
|
4
|
+
data.tar.gz: e2eea2b2586a3c8fa5ba99981b1c2bcb5896566721dba5ffc7e5194f9e0af4cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc9c270af10de54c5bb1d7e56c1b901892dc4dc035267fb439101ea94797a7d11942fe925cc0f740123894b327a2926f18e154008faf5e8a0df79fc39d29aaea
|
7
|
+
data.tar.gz: 7fac0d0de897c15fcf63055e7c3b650f95dad234ad3bf599f019cc9bfa57b7cd8249df4ec8fe225220e18b40b1a0c78d2c867b004153a20e40e80dcfa5d05d24
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
.actions-menu.hidden
|
5
5
|
-for item in menu
|
6
|
-
-idx = menu.index(item)
|
6
|
+
-idx = menu.index(item) + 1
|
7
7
|
-if item[:type] == 'link'
|
8
8
|
a.text.btn.bgm-white.c-gray type="button" href="#{item[:link]}" target="#{item[:target]}" style="bottom:#{50+idx*45}px;animation-duration: 0.#{idx+1}s" #{item[:text]}
|
9
9
|
-if item[:type] == 'modal'
|
@@ -15,7 +15,7 @@
|
|
15
15
|
|
16
16
|
.actions-menu.hidden
|
17
17
|
-for item in menu
|
18
|
-
-idx = menu.index(item)
|
18
|
+
-idx = menu.index(item) + 1
|
19
19
|
-if item[:type] == 'link'
|
20
20
|
a.btn.btn-float.bgm-blue.m-btn.waves-effect.waves-circle.waves-float type="button" href="#{item[:link]}" target="#{item[:target]}" style="bottom:#{50+idx*45}px;animation-duration: 0.#{idx+1}s"
|
21
21
|
i.zmdi class="zmdi-#{item[:icon]}"
|