Sha256: dd9e6447d34ce96587160975d0bcca73855ad786f85439fe66cbad41453a0828

Contents?: true

Size: 563 Bytes

Versions: 145

Compression:

Stored size: 563 Bytes

Contents

<% delivery_attempt ||= @delivery_attempt %>
<% delivery ||= @delivery || delivery_attempt&.delivery %>
<%= render 'account/webhooks/outgoing/deliveries/breadcrumbs', delivery: delivery %>
<%= render 'account/shared/breadcrumb', label: t('.label'), url: [:account, delivery, :delivery_attempts] %>
<% if delivery_attempt&.persisted? %>
  <%= render 'account/shared/breadcrumb', label: delivery_attempt.label_string, url: [:account, delivery_attempt] %>
<% end %>
<%= render 'account/shared/breadcrumbs/actions', only_for: 'webhooks/outgoing/delivery_attempts' %>

Version data entries

145 entries across 145 versions & 1 rubygems

Version Path
bullet_train-outgoing_webhooks-1.6.6 app/views/account/webhooks/outgoing/delivery_attempts/_breadcrumbs.html.erb
bullet_train-outgoing_webhooks-1.6.5 app/views/account/webhooks/outgoing/delivery_attempts/_breadcrumbs.html.erb
bullet_train-outgoing_webhooks-1.6.4 app/views/account/webhooks/outgoing/delivery_attempts/_breadcrumbs.html.erb
bullet_train-outgoing_webhooks-1.6.3 app/views/account/webhooks/outgoing/delivery_attempts/_breadcrumbs.html.erb
bullet_train-outgoing_webhooks-1.6.2 app/views/account/webhooks/outgoing/delivery_attempts/_breadcrumbs.html.erb
bullet_train-outgoing_webhooks-1.6.1 app/views/account/webhooks/outgoing/delivery_attempts/_breadcrumbs.html.erb
bullet_train-outgoing_webhooks-1.6.0 app/views/account/webhooks/outgoing/delivery_attempts/_breadcrumbs.html.erb
bullet_train-outgoing_webhooks-1.5.2 app/views/account/webhooks/outgoing/delivery_attempts/_breadcrumbs.html.erb
bullet_train-outgoing_webhooks-1.5.1 app/views/account/webhooks/outgoing/delivery_attempts/_breadcrumbs.html.erb
bullet_train-outgoing_webhooks-1.5.0 app/views/account/webhooks/outgoing/delivery_attempts/_breadcrumbs.html.erb
bullet_train-outgoing_webhooks-1.4.11 app/views/account/webhooks/outgoing/delivery_attempts/_breadcrumbs.html.erb
bullet_train-outgoing_webhooks-1.4.10 app/views/account/webhooks/outgoing/delivery_attempts/_breadcrumbs.html.erb
bullet_train-outgoing_webhooks-1.4.9 app/views/account/webhooks/outgoing/delivery_attempts/_breadcrumbs.html.erb
bullet_train-outgoing_webhooks-1.4.8 app/views/account/webhooks/outgoing/delivery_attempts/_breadcrumbs.html.erb
bullet_train-outgoing_webhooks-1.4.7 app/views/account/webhooks/outgoing/delivery_attempts/_breadcrumbs.html.erb
bullet_train-outgoing_webhooks-1.4.6 app/views/account/webhooks/outgoing/delivery_attempts/_breadcrumbs.html.erb
bullet_train-outgoing_webhooks-1.4.5 app/views/account/webhooks/outgoing/delivery_attempts/_breadcrumbs.html.erb
bullet_train-outgoing_webhooks-1.4.4 app/views/account/webhooks/outgoing/delivery_attempts/_breadcrumbs.html.erb
bullet_train-outgoing_webhooks-1.4.3 app/views/account/webhooks/outgoing/delivery_attempts/_breadcrumbs.html.erb
bullet_train-outgoing_webhooks-1.4.2 app/views/account/webhooks/outgoing/delivery_attempts/_breadcrumbs.html.erb