tybo 0.3.22 → 0.3.23
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c94364e187a4cd7d780203d7f4b7402902b2fe347b4bafb3b9d82e77f7255bee
|
4
|
+
data.tar.gz: 9a454fb08b1b65019693e73196f759cea737cf9360850e58870bd036deff45a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f5ddf5812ee5a8b5a57ccd8e104f07432d9ee60b439ca411160252b77b6772bf722bcd36eeef03f0d6d9738c0df903c1364b568fa680aed6163471ddc459a5a
|
7
|
+
data.tar.gz: 0262ff2166585ce8402f51b29eadd1c0837bed42ae132dff7871ed22ba1ce03885bbc9a097abe866c34738d1188cdad185f9419110ff3bfcf6dffc204a1a8455
|
@@ -1,8 +1,8 @@
|
|
1
1
|
<% if @column_name %>
|
2
|
-
<th class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900 hover:cursor-pointer">
|
2
|
+
<th class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900 hover:cursor-pointer whitespace-nowrap">
|
3
3
|
<%= sort_link(@q, @column_name, @label, default_order: :asc) %>
|
4
4
|
</th>
|
5
5
|
<% else %>
|
6
|
-
<th class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900">
|
6
|
+
<th class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900 whitespace-nowrap">
|
7
7
|
</th>
|
8
8
|
<% end %>
|
data/lib/tybo/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tybo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.23
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michel Delpierre
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-08-
|
12
|
+
date: 2024-08-26 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|