lato_users 3.0.1 → 3.0.3

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: e9f9dedaefbe6fb54d4b4ef0d4907843d6ed0ca45296e7016463e630c5563704
4
- data.tar.gz: 7ee2b21f84d6b4dadc94e0d6fad7c6c8f18f63775007f5fccf4e51460daeb80c
3
+ metadata.gz: 7b0fc6c2e54469bfb369414fe9eaf2f38a503db27950818b382e64c66d32b3f4
4
+ data.tar.gz: 05ecf73827de99d3f305bdb16f2f6f2fb6d1b512cd9326e3c23862391b1783f7
5
5
  SHA512:
6
- metadata.gz: a17e1c0bd84352b493a3f27a7ea13f9397571167a9cbffb6f944a862a87373c4c9a429a977232b6f254b6c7a7d726a69462593b333cce67a316e2d920991b109
7
- data.tar.gz: 3db3c791dbf9c8cd2d4ff1457a88954cd0101dcf4b1e37cd70a56e0ad5781e02401139425c5a6b6ca246dfb14cdaf067930ae1591397323b841b6c2e7385a070
6
+ metadata.gz: 569cc4b212c0a5ba6593f4a5d2b26617a4ec1068d10cea2c3c26fdcd10f1f5e029221c66da503c89dd81fbf5a18bf033c6e16e76f23c3718f459689e48d370df
7
+ data.tar.gz: 4d46cb2cbbe245281c53bc947487aa004f34bcbd177c87415952615911de52ad9ca815b5faa2edf67466f06bcdbc4b7efcabe73e0dcff7df19d82f7f75099198
@@ -58,7 +58,9 @@
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
+ <span class="text-truncate d-block" style="max-width: 100%;" title="<%= log.ip_address %>" data-bs-toggle="tooltip">
62
+ <%= log.ip_address %>
63
+ </span>
62
64
  </div>
63
65
  </div>
64
66
  <div class="col-12 col-md-6 text-muted small">
@@ -74,7 +76,7 @@
74
76
  <% end %>
75
77
  </div>
76
78
  <% else %>
77
- <div class="alert alert-light border text-center text-muted">
79
+ <div class="alert border text-center text-muted">
78
80
  <i class="bi bi-info-circle me-2"></i><%= I18n.t('lato_users.no_logs_found') %>
79
81
  </div>
80
82
  <% end %>
@@ -96,7 +98,9 @@
96
98
  <div class="col-12 col-md-3">
97
99
  <div class="d-flex align-items-center">
98
100
  <i class="bi bi-globe me-2 text-muted d-md-none"></i>
99
- <code class="text-dark"><%= log.ip_address %></code>
101
+ <span class="text-truncate d-block" style="max-width: 100%;" title="<%= log.ip_address %>" data-bs-toggle="tooltip">
102
+ <%= log.ip_address %>
103
+ </span>
100
104
  </div>
101
105
  </div>
102
106
  <div class="col-12 col-md-6 text-muted small">
@@ -112,7 +116,7 @@
112
116
  <% end %>
113
117
  </div>
114
118
  <% else %>
115
- <div class="alert alert-light border text-center text-muted">
119
+ <div class="alert border text-center text-muted">
116
120
  <i class="bi bi-info-circle me-2"></i><%= I18n.t('lato_users.no_logs_found') %>
117
121
  </div>
118
122
  <% end %>
@@ -1,3 +1,3 @@
1
1
  module LatoUsers
2
- VERSION = "3.0.1"
2
+ VERSION = "3.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lato_users
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregorio Galante
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-12-20 00:00:00.000000000 Z
11
+ date: 2025-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails