% title "Edit #{@mailing.subject}"%>
<%= render :partial => 'form' %>
<%= content_for :page_navigation do %>
<% if use_show_for_resources? %>
<%= link_to "Show", @mailing, :class => 'button' %>
<% end %>
<%= link_to "Back", mail_manager.mailings_path, :class => 'button' %>
<% end %>