lato_users 3.0.0 → 3.0.2
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: 30f2515a02b743a5c967eeb0ceac6d9c608077fedfe22ea109b7e8143892ab3d
|
|
4
|
+
data.tar.gz: 62e4bcfb82ed34982412165142f94ae6d7b45c9aaeb53f4133f7b9ac79415460
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a5b8cf970efcacb5f1abdb641695b51ab22dc8f7730f5a63a4c84cccdfd23ec7599c497a6d8b71515e7438caa17f0e1120c01192a50c56fe02355f9fb808ef65
|
|
7
|
+
data.tar.gz: 74aefe53c6578a817c95ec4f1968f40862ab153116cc761384272dae44d1c1d1f7c93764b85c7594e9ce7b6a9b200f1ebd35ca775158623b9e8ad930aad4e373
|
data/Rakefile
CHANGED
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
<%= button_to I18n.t('lato_users.revoke_verification'), revoke_email_verification_user_path(@user), method: :patch, class: "btn btn-danger btn-sm", form: { data: { turbo_confirm: I18n.t('lato_users.are_you_sure') } } %>
|
|
18
18
|
</div>
|
|
19
19
|
<% else %>
|
|
20
|
-
<div class="d-flex flex-column flex-md-row align-items-md-center justify-content-between p-3 bg-
|
|
20
|
+
<div class="d-flex flex-column flex-md-row align-items-md-center justify-content-between p-3 bg-danger bg-opacity-10 border border-danger rounded">
|
|
21
21
|
<div class="d-flex align-items-center mb-3 mb-md-0">
|
|
22
|
-
<div class="me-3 text-
|
|
22
|
+
<div class="me-3 text-danger">
|
|
23
23
|
<i class="bi bi-exclamation-triangle-fill fs-4"></i>
|
|
24
24
|
</div>
|
|
25
25
|
<div>
|
|
26
|
-
<h5 class="fs-6 fw-bold text-
|
|
26
|
+
<h5 class="fs-6 fw-bold text-danger mb-0"><%= I18n.t('lato_users.email_not_verified') %></h5>
|
|
27
27
|
<small class="text-muted"><%= I18n.t('lato_users.email_verification_required') %></small>
|
|
28
28
|
</div>
|
|
29
29
|
</div>
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
<span class="fw-bold"><%= Lato.config.legal_privacy_policy_version %></span>
|
|
16
16
|
</p>
|
|
17
17
|
<% if @user.accepted_privacy_policy_version < Lato.config.legal_privacy_policy_version %>
|
|
18
|
-
<div class="d-flex align-items-center p-3 bg-
|
|
19
|
-
<div class="me-3 text-
|
|
18
|
+
<div class="d-flex align-items-center p-3 bg-danger bg-opacity-10 border border-danger rounded">
|
|
19
|
+
<div class="me-3 text-danger">
|
|
20
20
|
<i class="bi bi-exclamation-triangle-fill fs-4"></i>
|
|
21
21
|
</div>
|
|
22
22
|
<div>
|
|
23
|
-
<h5 class="fs-6 fw-bold text-
|
|
23
|
+
<h5 class="fs-6 fw-bold text-danger mb-0"><%= I18n.t('lato_users.version_outdated') %></h5>
|
|
24
24
|
</div>
|
|
25
25
|
</div>
|
|
26
26
|
<% else %>
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
<span class="fw-bold"><%= Lato.config.legal_terms_and_conditions_version %></span>
|
|
47
47
|
</p>
|
|
48
48
|
<% if @user.accepted_terms_and_conditions_version < Lato.config.legal_terms_and_conditions_version %>
|
|
49
|
-
<div class="d-flex align-items-center p-3 bg-
|
|
50
|
-
<div class="me-3 text-
|
|
49
|
+
<div class="d-flex align-items-center p-3 bg-danger bg-opacity-10 border border-danger rounded">
|
|
50
|
+
<div class="me-3 text-danger">
|
|
51
51
|
<i class="bi bi-exclamation-triangle-fill fs-4"></i>
|
|
52
52
|
</div>
|
|
53
53
|
<div>
|
|
54
|
-
<h5 class="fs-6 fw-bold text-
|
|
54
|
+
<h5 class="fs-6 fw-bold text-danger mb-0"><%= I18n.t('lato_users.version_outdated') %></h5>
|
|
55
55
|
</div>
|
|
56
56
|
</div>
|
|
57
57
|
<% else %>
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
<div class="col-12 col-md-3">
|
|
59
59
|
<div class="d-flex align-items-center">
|
|
60
60
|
<i class="bi bi-globe me-2 text-muted d-md-none"></i>
|
|
61
|
-
|
|
61
|
+
<%= log.ip_address %>
|
|
62
62
|
</div>
|
|
63
63
|
</div>
|
|
64
64
|
<div class="col-12 col-md-6 text-muted small">
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
<% end %>
|
|
75
75
|
</div>
|
|
76
76
|
<% else %>
|
|
77
|
-
<div class="alert
|
|
77
|
+
<div class="alert border text-center text-muted">
|
|
78
78
|
<i class="bi bi-info-circle me-2"></i><%= I18n.t('lato_users.no_logs_found') %>
|
|
79
79
|
</div>
|
|
80
80
|
<% end %>
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
<div class="col-12 col-md-3">
|
|
97
97
|
<div class="d-flex align-items-center">
|
|
98
98
|
<i class="bi bi-globe me-2 text-muted d-md-none"></i>
|
|
99
|
-
|
|
99
|
+
<%= log.ip_address %>
|
|
100
100
|
</div>
|
|
101
101
|
</div>
|
|
102
102
|
<div class="col-12 col-md-6 text-muted small">
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
<% end %>
|
|
113
113
|
</div>
|
|
114
114
|
<% else %>
|
|
115
|
-
<div class="alert
|
|
115
|
+
<div class="alert border text-center text-muted">
|
|
116
116
|
<i class="bi bi-info-circle me-2"></i><%= I18n.t('lato_users.no_logs_found') %>
|
|
117
117
|
</div>
|
|
118
118
|
<% end %>
|
data/lib/lato_users/version.rb
CHANGED