Sha256: 18ce2cb63c6a6b168de6698ad2bc8e8e8d796c4344c8a5f4b72e5e2af4bf8390
Contents?: true
Size: 476 Bytes
Versions: 176
Compression:
Stored size: 476 Bytes
Contents
<% application ||= @application %> <% team ||= @team || application&.team %> <%= render 'account/teams/breadcrumbs', team: team %> <%= render 'account/shared/breadcrumb', label: t('.label'), url: [:account, team, :platform_applications] %> <% if application&.persisted? %> <%= render 'account/shared/breadcrumb', label: application.label_string, url: [:account, application] %> <% end %> <%= render 'account/shared/breadcrumbs/actions', only_for: 'platform/applications' %>
Version data entries
176 entries across 176 versions & 1 rubygems