Output #<%= @output.id %>

<%= 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?'} %>

<%= @output.created_at.strftime('%m/%d/%Y') %>
<%= link_to @output.authentication.provider.titleize, admin_authentication_path(@output.authentication.id) %>

Configuration

<%= render partial: 'stenographer/shared/key_value_field_display', locals: { dictionary: @output.configuration_hash } %>

Filters

<%= render partial: 'stenographer/shared/key_value_field_display', locals: { dictionary: @output.filters_hash } %>
<%= link_to('Back', admin_outputs_path, class: 'button is-link') %>