Sha256: 4b252ecabaddede6e54367e18853082b5ee9c13dfde9a21eafdd04d9a47f6cf1

Contents?: true

Size: 429 Bytes

Versions: 66

Compression:

Stored size: 429 Bytes

Contents

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

Version data entries

66 entries across 33 versions & 1 rubygems

Version Path
bullet_train-api-1.1.5 app/views/account/platform/access_tokens/new.html.erb
bullet_train-api-1.1.5 app/views/account/platform/access_tokens/edit.html.erb
bullet_train-api-1.1.4 app/views/account/platform/access_tokens/edit.html.erb
bullet_train-api-1.1.4 app/views/account/platform/access_tokens/new.html.erb
bullet_train-api-1.1.3 app/views/account/platform/access_tokens/new.html.erb
bullet_train-api-1.1.3 app/views/account/platform/access_tokens/edit.html.erb