Sha256: 6b901519d713a2a32a359767f730187cc8192a5ebba30bbe4a7f9931bc3bbab2
Contents?: true
Size: 500 Bytes
Versions: 144
Compression:
Stored size: 500 Bytes
Contents
<% delivery ||= @delivery %> <% endpoint ||= @endpoint || delivery&.endpoint %> <%= render 'account/webhooks/outgoing/endpoints/breadcrumbs', endpoint: endpoint %> <%= render 'account/shared/breadcrumb', label: t('.label'), url: [:account, endpoint, :deliveries] %> <% if delivery&.persisted? %> <%= render 'account/shared/breadcrumb', label: delivery.label_string, url: [:account, delivery] %> <% end %> <%= render 'account/shared/breadcrumbs/actions', only_for: 'webhooks/outgoing/deliveries' %>
Version data entries
144 entries across 144 versions & 1 rubygems