<% if can? :read, Webhooks::Outgoing::DeliveryAttempt.new(team: current_team) %> <%= render 'account/shared/menu/item', { url: main_app.polymorphic_path([:account, current_team, :webhooks_outgoing_delivery_attempts]), label: t('webhooks/outgoing/delivery_attempts.navigation.label'), } do |p| %> <% p.content_for :icon do %> <% end %> <% end %> <% end %>