tybo 0.0.17 → 0.0.18

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: 72f7e1aca69b08b783173fc24f6e56eaaf1fd35eb9476d9eb679ed580dcaf3e1
4
- data.tar.gz: 10e6527c3ee590a649867460dfee235faba9bbbaa83b3c1456335be95e60def6
3
+ metadata.gz: 8d888d138464cf0c639e857da0495904853645594f177038071308e110bd4388
4
+ data.tar.gz: de00f97a1a505c54e64805731c0a8c03dad828d0e54be0a8661ff3ac7509fcb3
5
5
  SHA512:
6
- metadata.gz: 7f84debfec057a1acb7a81c7780bc639649e877d96e807700e46930c2ae6b7e302a8a3f23209ce2c51c5966ef8dda3c6eb59224924fd0c89f420da96d0176094
7
- data.tar.gz: 120b781f5d6a5fbd195cd00968ca930cdc39e255a8b12f790d15111a03a4d27985a77c217d950bef2b0d1011ad8a768c83ff4de0175db038ab89c6373ed935a1
6
+ metadata.gz: 2932a1fd3c6780669c9dc5a36c078b432b196ba6b2eea9eb1120765809c88717f295ed6b759f43a5f6f6e2a77a25f62991dcd7a77ecf7ef86d34942908a9705e
7
+ data.tar.gz: 2a951e7114450aba18224b12232e0221669d1cf35530dbd9790bf9d6f2404b80fc9eaa859166a3149688dd331344acec229d5903a0f609ae0bc93657dab1f94b
@@ -13,7 +13,7 @@
13
13
  </div>
14
14
 
15
15
  <div class="form-actions">
16
- <%= f.button :submit, "Resend confirmation instructions" %>
16
+ <%= f.button :submit, "Resend confirmation instructions", data: { turbo: false } %>
17
17
  </div>
18
18
  <% end %>
19
19
 
@@ -23,7 +23,7 @@
23
23
  class: 'block text-sm font-medium text-gray-700' %>
24
24
  </div>
25
25
  <div class="mt-5">
26
- <%= f.button :submit, "Sauvegarder", class: "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" %>
26
+ <%= f.button :submit, "Sauvegarder", class: "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", data: { turbo: false } %>
27
27
  </div>
28
28
  <% end %>
29
29
  </div>
@@ -20,7 +20,7 @@
20
20
 
21
21
  </div>
22
22
  <div class="mt-5">
23
- <%= f.button :submit, I18n.t("devise.passwords.new.send_me_reset_password_instructions"), class: "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" %>
23
+ <%= f.button :submit, I18n.t("devise.passwords.new.send_me_reset_password_instructions"), class: "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", data: { turbo: false } %>
24
24
  </div>
25
25
  <% end %>
26
26
  </div>
@@ -24,7 +24,7 @@
24
24
  </div>
25
25
 
26
26
  <div class="form-actions">
27
- <%= f.button :submit, "Update" %>
27
+ <%= f.button :submit, "Update", data: { turbo: false } %>
28
28
  </div>
29
29
  <% end %>
30
30
 
@@ -18,7 +18,7 @@
18
18
  </div>
19
19
 
20
20
  <div class="form-actions">
21
- <%= f.button :submit, "Sign up" %>
21
+ <%= f.button :submit, "Sign up", data: { turbo: false } %>
22
22
  </div>
23
23
  <% end %>
24
24
 
@@ -12,7 +12,7 @@
12
12
  </div>
13
13
 
14
14
  <div class="form-actions">
15
- <%= f.button :submit, "Resend unlock instructions" %>
15
+ <%= f.button :submit, "Resend unlock instructions", data: { turbo: false } %>
16
16
  </div>
17
17
  <% end %>
18
18
 
data/lib/tybo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tybo
2
- VERSION = '0.0.17'
2
+ VERSION = '0.0.18'
3
3
  end
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.0.17
4
+ version: 0.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michel Delpierre