bullet_train-integrations-stripe 1.2.10 → 1.2.11
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 +2 -8
- data/app/views/account/integrations/stripe_installations/_stripe_installation.json.jbuilder +0 -8
- data/app/views/account/integrations/stripe_installations/index.json.jbuilder +0 -1
- data/app/views/account/integrations/stripe_installations/show.json.jbuilder +0 -1
- data/app/views/account/oauth/stripe_accounts/_oauth_stripe_account.json.jbuilder +0 -7
- data/app/views/account/oauth/stripe_accounts/index.json.jbuilder +0 -1
- data/app/views/account/oauth/stripe_accounts/show.json.jbuilder +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c76b88ddbbe23110edfa89d30ab85e5c2da6093b1bad3e4fa8975957201fd3d4
|
|
4
|
+
data.tar.gz: ef29e53d39074bf55071eaf062384f6046ca5368ffe77e4af565634fa18ac6a7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9fb961a53134bd3c0b99ed933385ad7db63702480870b1134109ec6bcc060504d594d3777795c97d75e66d549e0471b542cb9d7e7490a14d9815228fe27735bf
|
|
7
|
+
data.tar.gz: ea625af79da51af836dfe2658f850d928158adc65dfe4d2eb05e30687ac009d5b48e337b20ec1b5cac841bbb24e3ed517415bb096d88d438f2e6d73a7708a4d4
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
<% p.content_for :body do %>
|
|
14
14
|
<% if stripe_installations.any? %>
|
|
15
|
-
<div class="space-y-0 border border-
|
|
15
|
+
<div class="space-y-0 border border-slate-200 shadow-sm rounded-md divide-y divide-slate-200">
|
|
16
16
|
<% stripe_installations.each do |stripe_installation| %>
|
|
17
17
|
<div class="flex py-1.5 px-3 items-center">
|
|
18
18
|
<div class="flex-1 min-w-0">
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
<% end %>
|
|
25
25
|
|
|
26
26
|
<% if can? :destroy, stripe_installation %>
|
|
27
|
-
<%= link_to [:account, stripe_installation, return_to: request.path], method: :delete, data: { confirm: t('.buttons.confirmations.destroy_from_user', team_name: stripe_installation.team.label_string) }, class: 'inline-block text-
|
|
27
|
+
<%= link_to [:account, stripe_installation, return_to: request.path], method: :delete, data: { confirm: t('.buttons.confirmations.destroy_from_user', team_name: stripe_installation.team.label_string) }, class: 'inline-block text-slate-300 hover:text-slate-400 hover:no-underline text-lg' do %>
|
|
28
28
|
<i class="ti ti-close"></i>
|
|
29
29
|
<% end %>
|
|
30
30
|
<% end %>
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<% p.content_for :body do %>
|
|
11
11
|
<% if stripe_installations.any? %>
|
|
12
|
-
<div class="space-y-0 border border-
|
|
12
|
+
<div class="space-y-0 border border-slate-200 shadow-sm rounded-md divide-y divide-slate-200">
|
|
13
13
|
<% stripe_installations.each do |stripe_installation| %>
|
|
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_installation %>
|
|
24
|
-
<%= link_to [:account, stripe_installation, return_to: request.path], method: :delete, data: { confirm: t('.buttons.confirmations.destroy_from_user', team_name: stripe_installation.team.label_string) }, class: 'inline-block text-
|
|
24
|
+
<%= link_to [:account, stripe_installation, return_to: request.path], method: :delete, data: { confirm: t('.buttons.confirmations.destroy_from_user', team_name: stripe_installation.team.label_string) }, class: 'inline-block text-slate-300 hover:text-slate-400 hover:no-underline' do %>
|
|
25
25
|
<i class="ti ti-close"></i>
|
|
26
26
|
<% end %>
|
|
27
27
|
<% end %>
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<% p.content_for :body do %>
|
|
11
11
|
<% if stripe_accounts.any? %>
|
|
12
|
-
<div class="space-y-0 border border-
|
|
12
|
+
<div class="space-y-0 border border-slate-200 shadow-sm rounded-md divide-y divide-slate-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], method: :delete, data: { confirm: t('.buttons.confirmations.destroy', model_locales(stripe_account)) }, class: 'inline-block text-
|
|
24
|
+
<%= link_to [:account, stripe_account], method: :delete, data: { confirm: t('.buttons.confirmations.destroy', model_locales(stripe_account)) }, class: 'inline-block text-slate-300 hover:text-slate-400 hover:no-underline' do %>
|
|
25
25
|
<i class="ti ti-close"></i>
|
|
26
26
|
<% end %>
|
|
27
27
|
<% end %>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bullet_train-integrations-stripe
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Culver
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-02-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -110,23 +110,17 @@ files:
|
|
|
110
110
|
- app/views/account/integrations/stripe_installations/_index.html.erb
|
|
111
111
|
- app/views/account/integrations/stripe_installations/_list.html.erb
|
|
112
112
|
- app/views/account/integrations/stripe_installations/_menu_item.html.erb
|
|
113
|
-
- app/views/account/integrations/stripe_installations/_stripe_installation.json.jbuilder
|
|
114
113
|
- app/views/account/integrations/stripe_installations/edit.html.erb
|
|
115
114
|
- app/views/account/integrations/stripe_installations/index.html.erb
|
|
116
|
-
- app/views/account/integrations/stripe_installations/index.json.jbuilder
|
|
117
115
|
- app/views/account/integrations/stripe_installations/new.html.erb
|
|
118
116
|
- app/views/account/integrations/stripe_installations/show.html.erb
|
|
119
|
-
- app/views/account/integrations/stripe_installations/show.json.jbuilder
|
|
120
117
|
- app/views/account/oauth/stripe_accounts/_breadcrumbs.html.erb
|
|
121
118
|
- app/views/account/oauth/stripe_accounts/_form.html.erb
|
|
122
119
|
- app/views/account/oauth/stripe_accounts/_index.html.erb
|
|
123
120
|
- app/views/account/oauth/stripe_accounts/_menu_item.html.erb
|
|
124
|
-
- app/views/account/oauth/stripe_accounts/_oauth_stripe_account.json.jbuilder
|
|
125
121
|
- app/views/account/oauth/stripe_accounts/edit.html.erb
|
|
126
122
|
- app/views/account/oauth/stripe_accounts/index.html.erb
|
|
127
|
-
- app/views/account/oauth/stripe_accounts/index.json.jbuilder
|
|
128
123
|
- app/views/account/oauth/stripe_accounts/show.html.erb
|
|
129
|
-
- app/views/account/oauth/stripe_accounts/show.json.jbuilder
|
|
130
124
|
- app/views/devise/shared/oauth/_stripe.html.erb
|
|
131
125
|
- config/locales/en/integrations/stripe_installations.en.yml
|
|
132
126
|
- config/locales/en/oauth/stripe_accounts.en.yml
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
json.array! @stripe_installations, partial: "integrations/stripe_installations/stripe_installation", as: :stripe_installation
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
json.partial! "integrations/stripe_installations/stripe_installation", stripe_installation: @stripe_installation
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
json.array! @oauth_stripe_accounts, partial: "oauth/stripe_accounts/oauth_stripe_account", as: :oauth_stripe_account
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
json.partial! "oauth_stripe_accounts/oauth_stripe_account", oauth_stripe_account: @oauth_stripe_account
|