Sha256: e85ce64fdff9cf8c0de4d00c24e1eda540ea79450223b098d0f2e466e2c08047
Contents?: true
Size: 522 Bytes
Versions: 141
Compression:
Stored size: 522 Bytes
Contents
<% endpoint ||= @endpoint %> <% team ||= @parent || endpoint&.send(BulletTrain::OutgoingWebhooks.parent_association) %> <%= render 'account/teams/breadcrumbs', team: team %> <%= render 'account/shared/breadcrumb', label: t('.label'), url: [:account, team, :webhooks_outgoing_endpoints] %> <% if endpoint&.persisted? %> <%= render 'account/shared/breadcrumb', label: endpoint.label_string, url: [:account, endpoint] %> <% end %> <%= render 'account/shared/breadcrumbs/actions', only_for: 'webhooks/outgoing/endpoints' %>
Version data entries
141 entries across 141 versions & 1 rubygems