% content_for :title, "Suggestions | #{@suggestion.title}" %> <% content_for :header_left do %> <%= content_tag :h1, [ link_to('Suggestions', admin_suggestions_path), @suggestion.title ].join(' / ').html_safe %> <% end %> <%= render partial: 'admin/shared/header' %> <%= content_tag :div, class: 'row' do %> <%= content_tag :div, class: 'col col-md-8' do %>
<%= @suggestion.body %>
Submitted <%= @suggestion.created_at.strftime('%F %T') %>
<% end %> <% end %>