tybo 0.0.20 → 0.0.21
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 +4 -4
- data/app/views/login/home.html.erb +4 -3
- data/lib/tybo/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 74bb5b582010bb0181564c54726c59d809207be9be11d21d401a75e6dfec1d49
|
4
|
+
data.tar.gz: 5baf8341ca26741ce38cecfa8eeac0cdacf8e9ac38de2ab225b9a8a5a7136d02
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb918064435897debc472a373f9731eac14b2ba3f6adf6ed384a0df2b242276162c2d5e455d3a4afc2ed2340f5245b284822e474f60b01af309745bf5a4a80c5
|
7
|
+
data.tar.gz: 7fc148dc7209afdb269270835c978c8c725ab0fcf9150f76cba3a4ff1750f65474a518f04b55018fadb6d3db77d1328c00bf77e48739595947b02093b8b17ca9
|
@@ -6,9 +6,10 @@
|
|
6
6
|
</div>
|
7
7
|
<div class="mt-4">
|
8
8
|
<% @resources.each do |resource| %>
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
<%= link_to I18n.t("bo.devise.sign_in_as.#{resource.to_s}"),
|
10
|
+
send("new_#{resource.to_s}_session_path"),
|
11
|
+
class:'mt-2 flex w-full justify-center rounded-md border border-transparent bg-tybo-600 py-2 px-4 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',
|
12
|
+
data: { turbo: false } %>
|
12
13
|
<% end %>
|
13
14
|
</div>
|
14
15
|
</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.21
|
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-
|
12
|
+
date: 2023-03-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -269,7 +269,7 @@ licenses:
|
|
269
269
|
- MIT
|
270
270
|
metadata:
|
271
271
|
homepage_uri: https://rubygems.org/gems/tybo
|
272
|
-
post_install_message:
|
272
|
+
post_install_message:
|
273
273
|
rdoc_options: []
|
274
274
|
require_paths:
|
275
275
|
- lib
|
@@ -285,7 +285,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
285
285
|
version: '0'
|
286
286
|
requirements: []
|
287
287
|
rubygems_version: 3.0.3.1
|
288
|
-
signing_key:
|
288
|
+
signing_key:
|
289
289
|
specification_version: 4
|
290
290
|
summary: A tailwind custom admin engine for Ruby on Rails
|
291
291
|
test_files: []
|