lato 0.3.10 → 0.3.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/layouts/lato/_feedbacks.html.erb +2 -2
- data/lib/lato/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dc6429cabd8f06eababd110121d4931f8c4f4f3473a996e26fdc60de860748ed
|
4
|
+
data.tar.gz: 9f4934f7e092d0c8fa166b29c1fec2ab90ebabc9a1a95ef4b1e38fff72c052d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 17280e2b7a1d0c2c38588deb5c7c7abb5461bba3ee1300bac99ee0489fb9d26da98763c6623ef0a7edc8e9dc00fb562150a97c8ec414640b7600f407719fbea9
|
7
|
+
data.tar.gz: ac4b10677de5ad4b769d4c200dcc30554adc5280c89904ed7574870548d70949f200d6c8c6611b62e43c12b7511cb59d110048fba481264a04181b52e0e4efe0
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<div class="toast-container">
|
2
2
|
<% if notice %>
|
3
|
-
<div class="position-fixed
|
3
|
+
<div class="position-fixed end-0 p-3" style="z-index: 11; top: 60px;">
|
4
4
|
<div data-controller="lato-feedback" id="feedbackNotice" class="toast hide" role="alert" aria-live="assertive" aria-atomic="true">
|
5
5
|
<div class="toast-header">
|
6
6
|
<i class="bi bi-check-circle-fill text-success me-2"></i>
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<% end %>
|
16
16
|
|
17
17
|
<% if alert %>
|
18
|
-
<div class="position-fixed
|
18
|
+
<div class="position-fixed end-0 p-3" style="z-index: 11; top: 60px;">
|
19
19
|
<div data-controller="lato-feedback" id="feedbackAlert" class="toast hide" role="alert" aria-live="assertive" aria-atomic="true">
|
20
20
|
<div class="toast-header">
|
21
21
|
<i class="bi bi-check-circle-fill text-danger me-2"></i>
|
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.3.
|
4
|
+
version: 0.3.11
|
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-11-
|
11
|
+
date: 2023-11-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|