bullet_train-outgoing_webhooks 1.19.2 → 1.21.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/webhooks/outgoing/deliveries/_index.html.erb +1 -1
- data/app/views/account/webhooks/outgoing/deliveries/show.html.erb +1 -1
- data/app/views/account/webhooks/outgoing/delivery_attempts/_index.html.erb +1 -1
- data/app/views/account/webhooks/outgoing/delivery_attempts/show.html.erb +1 -1
- data/app/views/account/webhooks/outgoing/endpoints/_index.html.erb +1 -1
- data/app/views/account/webhooks/outgoing/endpoints/show.html.erb +1 -1
- data/lib/bullet_train/outgoing_webhooks/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2e4fe5fbb1fb480077087b0f0e0ff6626c6f67122fc06c522f056ba41d467b80
|
4
|
+
data.tar.gz: 8d3eab6421891ead0d4acfa0874a6aad21be5d56392a33bc717845761e700ef8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34a393b5b6b43e8d43d99281ab5b836afaf0a544ae3c213e80273eda6dfcdabaad500824de7e042f6f1ab45061b2266bfa23be1686e24a7cbbbf8abe836af012
|
7
|
+
data.tar.gz: b77c88c6ed00b045047a10ad0b971d5aa4a5e7173e06af00e0c5a903117ffb91c6d1a305e0787dbb0d502829336537dd5f010ae02f53c795eac7bd23307574fc
|
@@ -43,7 +43,7 @@
|
|
43
43
|
<%= link_to t('.buttons.shorthand.edit'), [:edit, :account, delivery], class: 'button-secondary button-smaller' %>
|
44
44
|
<% end %>
|
45
45
|
<% if can? :destroy, delivery %>
|
46
|
-
<%= button_to t('.buttons.shorthand.destroy'), [:account, delivery], method: :delete, data: {
|
46
|
+
<%= button_to t('.buttons.shorthand.destroy'), [:account, delivery], method: :delete, data: { turbo_confirm: t('.buttons.confirmations.destroy', model_locales(delivery)) }, class: 'button-secondary button-smaller' %>
|
47
47
|
<% end %>
|
48
48
|
<% end %>
|
49
49
|
</td>
|
@@ -26,7 +26,7 @@
|
|
26
26
|
|
27
27
|
<% box.actions do %>
|
28
28
|
<%= link_to t('.buttons.edit'), [:edit, :account, @delivery], class: first_button_primary if can? :edit, @delivery %>
|
29
|
-
<%= button_to t('.buttons.destroy'), [:account, @delivery], method: :delete, class: first_button_primary, data: {
|
29
|
+
<%= button_to t('.buttons.destroy'), [:account, @delivery], method: :delete, class: first_button_primary, data: { turbo_confirm: t('.buttons.confirmations.destroy', model_locales(@delivery)) } if can? :destroy, @delivery %>
|
30
30
|
<%= link_to t('global.buttons.back'), [:account, @endpoint, :deliveries], class: first_button_primary %>
|
31
31
|
<% end %>
|
32
32
|
<% end %>
|
@@ -39,7 +39,7 @@
|
|
39
39
|
<%= link_to t('.buttons.shorthand.edit'), [:edit, :account, delivery_attempt], class: 'button-secondary button-smaller' %>
|
40
40
|
<% end %>
|
41
41
|
<% if can? :destroy, delivery_attempt %>
|
42
|
-
<%= button_to t('.buttons.shorthand.destroy'), [:account, delivery_attempt], method: :delete, data: {
|
42
|
+
<%= button_to t('.buttons.shorthand.destroy'), [:account, delivery_attempt], method: :delete, data: { turbo_confirm: t('.buttons.confirmations.destroy', model_locales(delivery_attempt)) }, class: 'button-secondary button-smaller' %>
|
43
43
|
<% end %>
|
44
44
|
<% end %>
|
45
45
|
</td>
|
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
<% box.actions do %>
|
24
24
|
<%= link_to t('.buttons.edit'), [:edit, :account, @delivery_attempt], class: first_button_primary if can? :edit, @delivery_attempt %>
|
25
|
-
<%= button_to t('.buttons.destroy'), [:account, @delivery_attempt], method: :delete, class: first_button_primary, data: {
|
25
|
+
<%= button_to t('.buttons.destroy'), [:account, @delivery_attempt], method: :delete, class: first_button_primary, data: { turbo_confirm: t('.buttons.confirmations.destroy', model_locales(@delivery_attempt)) } if can? :destroy, @delivery_attempt %>
|
26
26
|
<%= link_to t('global.buttons.back'), [:account, @delivery, :delivery_attempts], class: first_button_primary %>
|
27
27
|
<% end %>
|
28
28
|
<% end %>
|
@@ -32,7 +32,7 @@
|
|
32
32
|
<%= link_to t('.buttons.shorthand.edit'), [:edit, :account, endpoint], class: 'button-secondary button-smaller' %>
|
33
33
|
<% end %>
|
34
34
|
<% if can? :destroy, endpoint %>
|
35
|
-
<%= button_to t('.buttons.shorthand.destroy'), [:account, endpoint], method: :delete, data: {
|
35
|
+
<%= button_to t('.buttons.shorthand.destroy'), [:account, endpoint], method: :delete, data: { turbo_confirm: t('.buttons.confirmations.destroy', model_locales(endpoint)) }, class: 'button-secondary button-smaller' %>
|
36
36
|
<% end %>
|
37
37
|
<% end %>
|
38
38
|
</td>
|
@@ -34,7 +34,7 @@
|
|
34
34
|
|
35
35
|
<% box.actions do %>
|
36
36
|
<%= link_to t('.buttons.edit'), [:edit, :account, @endpoint], class: first_button_primary if can? :edit, @endpoint %>
|
37
|
-
<%= button_to t('.buttons.destroy'), [:account, @endpoint], method: :delete, class: first_button_primary, data: {
|
37
|
+
<%= button_to t('.buttons.destroy'), [:account, @endpoint], method: :delete, class: first_button_primary, data: { turbo_confirm: t('.buttons.confirmations.destroy', model_locales(@endpoint)) } if can? :destroy, @endpoint %>
|
38
38
|
<%= link_to t('global.buttons.back'), [:account, @parent, :webhooks_outgoing_endpoints], class: first_button_primary %>
|
39
39
|
<% end %>
|
40
40
|
<% end %>
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bullet_train-outgoing_webhooks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.21.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Culver
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: standard
|
@@ -204,7 +204,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
204
204
|
- !ruby/object:Gem::Version
|
205
205
|
version: '0'
|
206
206
|
requirements: []
|
207
|
-
rubygems_version: 3.6.
|
207
|
+
rubygems_version: 3.6.7
|
208
208
|
specification_version: 4
|
209
209
|
summary: Allow users of your Rails application to subscribe and receive webhooks when
|
210
210
|
activity takes place in your application.
|