Sha256: f0e0560ff992047c77780a34225cb07fe78a109bd0c5ddfbe44e6cbe9525ad39

Contents?: true

Size: 1.48 KB

Versions: 125

Compression:

Stored size: 1.48 KB

Contents

<%= render 'account/shared/page' do |page| %>
  <% page.title t('.section') %>
  <% page.body do %>
    <%= render 'account/shared/box', divider: true do |box| %>
      <% box.t :description, title: '.header' %>

      <% box.body do %>
        <% with_attribute_settings object: @application, strategy: :label do %>
          <%= render 'shared/attributes/text', attribute: :name %>
          <%= render 'shared/attributes/code', attribute: :uid %>
          <%= render 'shared/attributes/code', attribute: :secret, secret: true %>
          <%= render 'shared/attributes/text', attribute: :redirect_uri %>
          <%# 🚅 super scaffolding will insert new fields above this line. %>
        <% end %>
      <% end %>

      <% box.actions do %>
        <%= link_to t('.buttons.edit'), [:edit, :account, @application], class: first_button_primary if can? :edit, @application %>
        <%= button_to t('.buttons.destroy'), [:account, @application], method: :delete, class: first_button_primary, data: { confirm: t('.buttons.confirmations.destroy', model_locales(@application)) } if can? :destroy, @application %>
        <%= link_to t('global.buttons.back'), [:account, @team, :platform_applications], class: first_button_primary %>
      <% end %>
    <% end %>

    <%= render 'account/platform/access_tokens/index', access_tokens: @application.access_tokens.accessible_by(current_ability), hide_back: true %>
    <%# 🚅 super scaffolding will insert new children above this line. %>
  <% end %>
<% end %>

Version data entries

125 entries across 125 versions & 1 rubygems

Version Path
bullet_train-api-1.15.0 app/views/account/platform/applications/show.html.erb
bullet_train-api-1.14.2 app/views/account/platform/applications/show.html.erb
bullet_train-api-1.14.1 app/views/account/platform/applications/show.html.erb
bullet_train-api-1.14.0 app/views/account/platform/applications/show.html.erb
bullet_train-api-1.13.0 app/views/account/platform/applications/show.html.erb
bullet_train-api-1.12.3 app/views/account/platform/applications/show.html.erb
bullet_train-api-1.12.2 app/views/account/platform/applications/show.html.erb
bullet_train-api-1.12.1 app/views/account/platform/applications/show.html.erb
bullet_train-api-1.12.0 app/views/account/platform/applications/show.html.erb
bullet_train-api-1.11.0 app/views/account/platform/applications/show.html.erb
bullet_train-api-1.10.0 app/views/account/platform/applications/show.html.erb
bullet_train-api-1.9.0 app/views/account/platform/applications/show.html.erb
bullet_train-api-1.8.5 app/views/account/platform/applications/show.html.erb
bullet_train-api-1.8.4 app/views/account/platform/applications/show.html.erb
bullet_train-api-1.8.3 app/views/account/platform/applications/show.html.erb
bullet_train-api-1.8.2 app/views/account/platform/applications/show.html.erb
bullet_train-api-1.8.1 app/views/account/platform/applications/show.html.erb
bullet_train-api-1.8.0 app/views/account/platform/applications/show.html.erb
bullet_train-api-1.7.23 app/views/account/platform/applications/show.html.erb
bullet_train-api-1.7.22 app/views/account/platform/applications/show.html.erb