sinatra-hexacta 1.2.5 → 1.2.6
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/user_configurations/edit.slim +1 -1
- 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: 45d80ce0e0132669ec6d45b9c750216f0e7c8155e012b991a66761880ff6ca8d
|
4
|
+
data.tar.gz: 575459075130c4f03a2c11483006aed700af6ba1c7d52e8c97cb1e0438e75669
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2a4b2e7bfdac4c828e286ddfba6736604513a84eddcf32082a02f552fd3de0e60f7009d68393bc5ce0c1313625fe0b617dffebccc0f0426d7cb7e22e62bd5a4
|
7
|
+
data.tar.gz: d1101956aea331d5ef3e41898332939aa21670211bf7c146ccd36ca24ab75e1f844c879d34e825adf77a55eb1481a84ecd8b036db930882441a28eb9c1238878
|
@@ -13,7 +13,7 @@
|
|
13
13
|
h5.c-gray Tema
|
14
14
|
|
15
15
|
.col-xs-4
|
16
|
-
== select_input({ :name => "css", :elements => [{ :text => "Default", :value => nil}, { :text => "Wieldy", :value => 'wieldy'}, { :text => "Metronic", :value => 'metronic'}], :placeholder => "" , :chosen => user_configuration.nil?? nil : user_configuration.css })
|
16
|
+
== select_input({ :name => "css", :elements => [{ :text => "Default", :value => nil}, { :text => "Wieldy", :value => 'wieldy'}, { :text => "Metronic", :value => 'metronic'}, { :text => "Light Admin", :value => 'lightadmin'}], :placeholder => "" , :chosen => user_configuration.nil?? nil : user_configuration.css })
|
17
17
|
|
18
18
|
.col-xs-6
|
19
19
|
|