<% content_for :body do %>
<% unless notice.blank? %> <% end %>

Logger Name

<%= link_to 'Back to Logger Names', logger_names_path %>    |    <%= link_to 'Edit', edit_logger_name_path(@logger_name) %>

<% @logger_name.attributes.each do |key, value| -%> <% end -%>
Attribute Value
<%= naf_make_header(key) %> <%= value %>

<%= link_to "Destroy", @logger_name, { confirm: "Are you sure you want to destroy this Logger Name?", method: :delete, class: 'destroy' } %>
<% end %> <%= render partial: 'naf/shared/application' %>