%= render HeaderComponent.new(title: "Donations") %> <%= render MainSimpleComponent.new do %>
<%= link_to 'Show', admin_donation_path(@donation), class: 'ks-text-link' %> | <%= link_to 'Back', admin_donations_path, class: 'ks-text-link' %>
<% end %>