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: b87e863ea43eda9714f7f1322e2765405ea8dce78ef8782aadff894dbb459d77
4
- data.tar.gz: 2fe7688ff2e8672ccb38e78bb69d69cf73b97f9edb4b33783ea2ae38cb7d5a11
3
+ metadata.gz: 30f2515a02b743a5c967eeb0ceac6d9c608077fedfe22ea109b7e8143892ab3d
4
+ data.tar.gz: 62e4bcfb82ed34982412165142f94ae6d7b45c9aaeb53f4133f7b9ac79415460
5
5
  SHA512:
6
- metadata.gz: 699e2b36913d0904525a54fb7e424b594a8924e8db9c462b1d6e11ea7ce3cca8fc09d85f4139825584a2838740fb42bd0731f6d1bcaa154be3f156e73e084211
7
- data.tar.gz: 2dca85f420d6ad80e0f5528471c044cd9760ff12e8e11caef54842fd7a2f08eb8769c24669307c1cc0e63d4f93f76393c603fa98f9a309026ccf38fa2afe5d57
6
+ metadata.gz: a5b8cf970efcacb5f1abdb641695b51ab22dc8f7730f5a63a4c84cccdfd23ec7599c497a6d8b71515e7438caa17f0e1120c01192a50c56fe02355f9fb808ef65
7
+ data.tar.gz: 74aefe53c6578a817c95ec4f1968f40862ab153116cc761384272dae44d1c1d1f7c93764b85c7594e9ce7b6a9b200f1ebd35ca775158623b9e8ad930aad4e373
data/Rakefile CHANGED
@@ -3,6 +3,4 @@ require "bundler/setup"
3
3
  APP_RAKEFILE = File.expand_path("test/dummy/Rakefile", __dir__)
4
4
  load "rails/tasks/engine.rake"
5
5
 
6
- load "rails/tasks/statistics.rake"
7
-
8
6
  require "bundler/gem_tasks"
@@ -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-warning bg-opacity-10 border border-warning rounded">
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-warning">
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-warning mb-0"><%= I18n.t('lato_users.email_not_verified') %></h5>
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-warning bg-opacity-10 border border-warning rounded">
19
- <div class="me-3 text-warning">
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-warning mb-0"><%= I18n.t('lato_users.version_outdated') %></h5>
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-warning bg-opacity-10 border border-warning rounded">
50
- <div class="me-3 text-warning">
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-warning mb-0"><%= I18n.t('lato_users.version_outdated') %></h5>
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
- <code class="text-dark"><%= log.ip_address %></code>
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 alert-light border text-center text-muted">
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
- <code class="text-dark"><%= log.ip_address %></code>
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 alert-light border text-center text-muted">
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 %>
@@ -1,3 +1,3 @@
1
1
  module LatoUsers
2
- VERSION = "3.0.0"
2
+ VERSION = "3.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lato_users
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregorio Galante