Sha256: 274f98ddbd84a5973a762d283b0cdbead7bfe1a2a612a0f7da480b88768b7b25

Contents?: true

Size: 933 Bytes

Versions: 10

Compression:

Stored size: 933 Bytes

Contents

<section class="section">
  <div class="container">
    <h1 class="title">
      Authentication #<%= @authentication.id %>
    </h1>

    <h2 class="subtitle">
      <%= link_to 'Delete', admin_authentication_path(@authentication), :method => :delete, :data => { :confirm => 'Are you sure you want to delete this Authentication?' } %>
    </h2>

    <div class="field">
      <label class="label">Provider</label>
      <div><%= @authentication.provider %></div>
    </div>

    <div class="field">
      <label class="label">UID</label>
      <div>
        <%= @authentication.uid %>
      </div>
    </div>

    <br />
    <h2 class="title is-4">Credentials</h2>
    <%= render partial: 'stenographer/shared/key_value_field_display', locals: { dictionary: @authentication.credentials_hash } %>

    <div class="field">
      <%= link_to('Back', admin_authentications_path, class: 'button is-link') %>
    </div>
  </div>
</section>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
stenographer-rails-0.7.4 app/views/stenographer/admin/authentications/show.html.erb
stenographer-rails-0.7.3 app/views/stenographer/admin/authentications/show.html.erb
stenographer-rails-0.7.1 app/views/stenographer/admin/authentications/show.html.erb
stenographer-rails-0.7.0 app/views/stenographer/admin/authentications/show.html.erb
stenographer-rails-0.6.5 app/views/stenographer/admin/authentications/show.html.erb
stenographer-rails-0.6.4 app/views/stenographer/admin/authentications/show.html.erb
stenographer-rails-0.6.3 app/views/stenographer/admin/authentications/show.html.erb
stenographer-rails-0.6.2 app/views/stenographer/admin/authentications/show.html.erb
stenographer-rails-0.6.1 app/views/stenographer/admin/authentications/show.html.erb
stenographer-rails-0.6.0 app/views/stenographer/admin/authentications/show.html.erb