lato 0.1.34 → 0.1.36
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: 26a09a09607c42a7c3908638a3b72f46e897c6313a99d8685ca4642b466c3dd1
|
4
|
+
data.tar.gz: bb5a56a86eb94b574b0b4f9ca0f4ffb35b4c18065ed3cec882da41d8c9ff612e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 903bc9c0bdffcabe8ba4c78a6e788ccc4ee5f9937bc3ce0828d252f4a0a5969d9d6968c89fc7a5a5c9de3beef60380d919d6fc649e00481e61a4523cd395e57b
|
7
|
+
data.tar.gz: 100cf1fd0c49e47ae3c2247dbb9b5af503b3ecfdc4bb61c08530e2e3dfe2e72987042b098f3d51865e5c329d042f4b02b8d19e89f5419bb5fa778a20d688913d
|
@@ -0,0 +1 @@
|
|
1
|
+
<!-- Free for foot tags -->
|
@@ -0,0 +1 @@
|
|
1
|
+
<!-- Free for head tags -->
|
@@ -10,6 +10,8 @@
|
|
10
10
|
<!-- TEMPORARY FIX: Popper js not working using bootstrap-gem -->
|
11
11
|
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
|
12
12
|
|
13
|
+
<%= render 'layouts/lato/head_content' %>
|
14
|
+
|
13
15
|
<%= stylesheet_link_tag Lato.config.assets_stylesheet_entry, media: "all" %>
|
14
16
|
<%= javascript_importmap_tags %>
|
15
17
|
</head>
|
@@ -40,8 +42,12 @@
|
|
40
42
|
<%= render 'layouts/lato/footer' %>
|
41
43
|
</footer>
|
42
44
|
|
43
|
-
|
45
|
+
<% if @layout_sidebar %>
|
46
|
+
<%= render 'layouts/lato/aside-opener' %>
|
47
|
+
<% end %>
|
44
48
|
<%= render 'layouts/lato/feedbacks' %>
|
45
49
|
<%= render 'layouts/lato/action' %>
|
50
|
+
|
51
|
+
<%= render 'layouts/lato/foot_content' %>
|
46
52
|
</body>
|
47
53
|
</html>
|
data/lib/lato/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lato
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.36
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gregorio Galante
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-02
|
11
|
+
date: 2023-03-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -174,7 +174,9 @@ files:
|
|
174
174
|
- app/views/layouts/lato/_aside-opener.html.erb
|
175
175
|
- app/views/layouts/lato/_content.html.erb
|
176
176
|
- app/views/layouts/lato/_feedbacks.html.erb
|
177
|
+
- app/views/layouts/lato/_foot_content.html.erb
|
177
178
|
- app/views/layouts/lato/_footer.html.erb
|
179
|
+
- app/views/layouts/lato/_head_content.html.erb
|
178
180
|
- app/views/layouts/lato/_mailer-foot_content.html.erb
|
179
181
|
- app/views/layouts/lato/_mailer-head_content.html.erb
|
180
182
|
- app/views/layouts/lato/_navbar-brand_content.html.erb
|