tybo 0.3.9 → 0.3.11
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: 1e4984fe8dcf954e66f03bd8f96a381a036d8a3e3f68b650f5e52e6fafad0724
|
4
|
+
data.tar.gz: 0a3c2126fcee04b9a578c41bc6aefcd32894ef04477424ff912c9d3a36318f46
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ede63dde30c6701f7e2590924e55514751e2d57cdb9eee9a8f19e38233ed5f973bef34e1635e2c6954276eb3cd71cdd68fbc46530da042c4647d1fafc34b8e3f
|
7
|
+
data.tar.gz: 7bab3acbf3f7d25f1afb3e2862a6dadecc04a354e0d468f8350f53b4b8cd229675d0b86d7f447efc8e19c30e004b25971c5fcd5c56af97106f229c5940041ee8
|
@@ -1,3 +1,3 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6 cursor-grabbing
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6 cursor-grabbing <%= @text_color %>">
|
2
2
|
<path stroke-linecap="round" stroke-linejoin="round" d="M3.75 5.25h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5" />
|
3
3
|
</svg>
|
@@ -1,3 +1,3 @@
|
|
1
|
-
<td class="
|
2
|
-
<%= strip_tags(content)
|
1
|
+
<td class="py-4 pl-4 pr-3 text-sm font-medium text-gray-900 whitespace-nowrap">
|
2
|
+
<%= strip_tags(content).truncate(60) %>
|
3
3
|
</td>
|
data/lib/tybo/version.rb
CHANGED