tybo 0.0.22 → 0.0.24
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/components/index_header_add_component.html.erb +1 -1
- data/app/components/index_header_component.html.erb +5 -2
- data/app/components/index_header_component.rb +1 -0
- data/app/components/index_header_export_component.html.erb +3 -0
- data/app/components/index_header_export_component.rb +8 -0
- data/app/components/input/file_component.rb +1 -1
- data/lib/tybo/version.rb +1 -1
- metadata +7 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f138be56ff33db2fcedafd153fc1cee963e47d792dbe0c4ee17bc754e66ee66
|
4
|
+
data.tar.gz: 2bf0ce49099e0634292b659c228a18b3abec4045dade3126e29897b8d8c43989
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d069473a8f19c67a1247364b82ae0c2063e46204e51a64b6067107c0d9569e9434e4b142449d345845217672a233edd3b7297f5b6b9b9c8a633ca9396bbe79e8
|
7
|
+
data.tar.gz: 632f6ba0d1ca819621414385afcabe9b32ee77513a419bf4bfc857b397e36edd0d4cedf9857a8f1f1bb6e17974a03ab3910d52206b51f9ffc0060ec2f695c369
|
@@ -1,3 +1,3 @@
|
|
1
|
-
<div class="mt-4
|
1
|
+
<div class="mt-4 mr-2 sm:flex-none">
|
2
2
|
<%= link_to '+', @path, class: "inline-flex items-center justify-center rounded-md border border-transparent bg-tybo px-4 py-2 text-sm font-medium text-white shadow-sm hover:bg-tybo-700 focus:outline-none focus:ring-2 focus:ring-tybo-500 focus:ring-offset-2 sm:w-auto" %>
|
3
3
|
</div>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<div class="mt-4 mr-2 sm:flex-none">
|
2
|
+
<%= link_to I18n.t('bo.btn.export'), @path, class: "inline-flex items-center justify-center rounded-md border border-transparent bg-tybo px-4 py-2 text-sm font-medium text-white shadow-sm hover:bg-tybo-700 focus:outline-none focus:ring-2 focus:ring-tybo-500 focus:ring-offset-2 sm:w-auto" %>
|
3
|
+
</div>
|
data/lib/tybo/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tybo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.24
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michel Delpierre
|
8
8
|
- Julien Camblan
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2023-03-
|
12
|
+
date: 2023-03-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -179,6 +179,8 @@ files:
|
|
179
179
|
- app/components/index_header_add_component.rb
|
180
180
|
- app/components/index_header_component.html.erb
|
181
181
|
- app/components/index_header_component.rb
|
182
|
+
- app/components/index_header_export_component.html.erb
|
183
|
+
- app/components/index_header_export_component.rb
|
182
184
|
- app/components/input/file_component.html.erb
|
183
185
|
- app/components/input/file_component.rb
|
184
186
|
- app/components/sidebar_component.html.erb
|
@@ -269,7 +271,7 @@ licenses:
|
|
269
271
|
- MIT
|
270
272
|
metadata:
|
271
273
|
homepage_uri: https://rubygems.org/gems/tybo
|
272
|
-
post_install_message:
|
274
|
+
post_install_message:
|
273
275
|
rdoc_options: []
|
274
276
|
require_paths:
|
275
277
|
- lib
|
@@ -285,7 +287,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
285
287
|
version: '0'
|
286
288
|
requirements: []
|
287
289
|
rubygems_version: 3.0.3.1
|
288
|
-
signing_key:
|
290
|
+
signing_key:
|
289
291
|
specification_version: 4
|
290
292
|
summary: A tailwind custom admin engine for Ruby on Rails
|
291
293
|
test_files: []
|