sinatra-hexacta 0.9.3 → 0.9.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: 0b63ced983a9ed988a44fc0d9372b974311c161e6a62eda6c86c522ea57c65cd
4
- data.tar.gz: c5b3afa56953ffcd4b32470a33f795e8b5f288aefec1c4e266153619c53b2fea
3
+ metadata.gz: 6aaec32790752b72c99527ea6fab74f017349baa383b7e34c806d0d51abc97be
4
+ data.tar.gz: e2eea2b2586a3c8fa5ba99981b1c2bcb5896566721dba5ffc7e5194f9e0af4cf
5
5
  SHA512:
6
- metadata.gz: 348e7dea6a1134c12bab47fa82e791b04b1943e26c9e87dc9c5f047a717af822b9e2dcda51d754bae367b3d1d8d44d058d7e223714c1818d44e6488836111bf2
7
- data.tar.gz: bdb1f871698710ce3d72028c5b197538adf5779b88de7d111af9ff38755cdee9cb853e1ebc1796f1d2eb3c1e7239d55272a10f60a9e59a814433441d6b9b2c40
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]}"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-hexacta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.3
4
+ version: 0.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marco Zanger