bullet_train-integrations-stripe 1.32.0 → 1.34.0
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/account/integrations/stripe_installations/_index.html.erb +2 -2
- data/app/views/account/integrations/stripe_installations/_list.html.erb +2 -2
- data/app/views/account/oauth/stripe_accounts/_index.html.erb +2 -2
- data/lib/bullet_train/integrations/stripe/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6794260e7b68b11e0b81e29a0f844ec90fda5ddc4638efebf267c6ebfd2c54ad
|
|
4
|
+
data.tar.gz: c6751685fc544804d599eda23d563c8d49f1bae93d3bd9e39e5b8eda8617b546
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f3c9afe3bde763b882b81c11dbca5d3906b3e62c30c499b2952853ad3d0743bcc924eed90276e34be7e9a71b88e2b6c810a54050b1bcb5e03b61fa3f7b371de2
|
|
7
|
+
data.tar.gz: e90d730497fb7f9dff2450d0ff398cc1b4608c4bc2dbe04ef68180bec969727152dd1ff310cb67380af1e5970bbdb80e19468ff9171365e9bfc05fd8924ed359
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
<% box.body do %>
|
|
12
12
|
<% if stripe_installations.any? %>
|
|
13
|
-
<div class="space-y-0 border border-
|
|
13
|
+
<div class="space-y-0 border border-base-200 shadow-sm rounded-md divide-y divide-base-200">
|
|
14
14
|
<% stripe_installations.each do |stripe_installation| %>
|
|
15
15
|
<div class="flex py-1.5 px-3 items-center">
|
|
16
16
|
<div class="flex-1 min-w-0">
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<% end %>
|
|
23
23
|
|
|
24
24
|
<% if can? :destroy, stripe_installation %>
|
|
25
|
-
<%= link_to [:account, stripe_installation, return_to: request.path], data: { turbo_method: :delete, turbo_confirm: t('.buttons.confirmations.destroy_from_user', team_name: stripe_installation.team.label_string) }, class: 'inline-block text-
|
|
25
|
+
<%= link_to [:account, stripe_installation, return_to: request.path], data: { turbo_method: :delete, turbo_confirm: t('.buttons.confirmations.destroy_from_user', team_name: stripe_installation.team.label_string) }, class: 'inline-block text-base-300 hover:text-base-400 hover:no-underline text-lg' do %>
|
|
26
26
|
<i class="ti ti-close"></i>
|
|
27
27
|
<% end %>
|
|
28
28
|
<% end %>
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
<% box.body do %>
|
|
9
9
|
<% if stripe_installations.any? %>
|
|
10
|
-
<div class="space-y-0 border border-
|
|
10
|
+
<div class="space-y-0 border border-base-200 shadow-sm rounded-md divide-y divide-base-200">
|
|
11
11
|
<% stripe_installations.each do |stripe_installation| %>
|
|
12
12
|
<div class="flex py-1.5 px-3 items-center">
|
|
13
13
|
<div class="flex-1 min-w-0">
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
</div>
|
|
20
20
|
<div class="flex-0 min-w-0 space-x-2 text-lg">
|
|
21
21
|
<% if can? :destroy, stripe_installation %>
|
|
22
|
-
<%= link_to [:account, stripe_installation, return_to: request.path], data: { turbo_method: :delete, turbo_confirm: t('.buttons.confirmations.destroy_from_user', team_name: stripe_installation.team.label_string) }, class: 'inline-block text-
|
|
22
|
+
<%= link_to [:account, stripe_installation, return_to: request.path], data: { turbo_method: :delete, turbo_confirm: t('.buttons.confirmations.destroy_from_user', team_name: stripe_installation.team.label_string) }, class: 'inline-block text-base-300 hover:text-base-400 hover:no-underline' do %>
|
|
23
23
|
<i class="ti ti-close"></i>
|
|
24
24
|
<% end %>
|
|
25
25
|
<% end %>
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<% box.body do %>
|
|
11
11
|
<% if stripe_accounts.any? %>
|
|
12
|
-
<div class="space-y-0 border border-
|
|
12
|
+
<div class="space-y-0 border border-base-200 shadow-sm rounded-md divide-y divide-base-200">
|
|
13
13
|
<% stripe_accounts.each do |stripe_account| %>
|
|
14
14
|
<div class="flex py-1.5 px-3 items-center">
|
|
15
15
|
<div class="flex-1 min-w-0">
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
</div>
|
|
22
22
|
<div class="flex-0 min-w-0 space-x-2 text-lg">
|
|
23
23
|
<% if can? :destroy, stripe_account %>
|
|
24
|
-
<%= link_to [:account, stripe_account], data: { turbo_method: :delete, turbo_confirm: t('.buttons.confirmations.destroy', model_locales(stripe_account)) }, class: 'inline-block text-
|
|
24
|
+
<%= link_to [:account, stripe_account], data: { turbo_method: :delete, turbo_confirm: t('.buttons.confirmations.destroy', model_locales(stripe_account)) }, class: 'inline-block text-base-300 hover:text-base-400 hover:no-underline' do %>
|
|
25
25
|
<i class="ti ti-close"></i>
|
|
26
26
|
<% end %>
|
|
27
27
|
<% end %>
|