Sha256: 6b578bd66726812fa1331073b4deba906fa5c67df59407a552ba9c4a9d083bdf

Contents?: true

Size: 1.19 KB

Versions: 10

Compression:

Stored size: 1.19 KB

Contents

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

    <h2 class="subtitle">
      <%= link_to 'Edit', edit_admin_output_path(@output.id) %>
      |
      <%= link_to 'Delete', admin_output_path(@output), :method => :delete, :data => {:confirm => 'Are you sure you want to delete this Output?'} %>
    </h2>

    <div class="field">
      <label class="label">Date</label>
      <div><%= @output.created_at.strftime('%m/%d/%Y') %></div>
    </div>

    <div class="field">
      <label class="label">Authentication Provider</label>
      <div><%= link_to @output.authentication.provider.titleize, admin_authentication_path(@output.authentication.id) %></div>
    </div>

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

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

    <div class="field">
      <%= link_to('Back', admin_outputs_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/outputs/show.html.erb
stenographer-rails-0.7.3 app/views/stenographer/admin/outputs/show.html.erb
stenographer-rails-0.7.1 app/views/stenographer/admin/outputs/show.html.erb
stenographer-rails-0.7.0 app/views/stenographer/admin/outputs/show.html.erb
stenographer-rails-0.6.5 app/views/stenographer/admin/outputs/show.html.erb
stenographer-rails-0.6.4 app/views/stenographer/admin/outputs/show.html.erb
stenographer-rails-0.6.3 app/views/stenographer/admin/outputs/show.html.erb
stenographer-rails-0.6.2 app/views/stenographer/admin/outputs/show.html.erb
stenographer-rails-0.6.1 app/views/stenographer/admin/outputs/show.html.erb
stenographer-rails-0.6.0 app/views/stenographer/admin/outputs/show.html.erb