%= render partial: "components/header", locals: { page_title: "Donations" } %> <%= render layout: "components/main_simple" do %>
<%= link_to 'Show', admin_donation_path(@donation), class: 'ks-text-link' %> | <%= link_to 'Back', admin_donations_path, class: 'ks-text-link' %>
<% end %>