vidpush/app/views/campaigns/edit.html.erb

6 lines
171 B
Plaintext
Raw Normal View History

<%= link_to 'Show', campaign_path(@campaign.listingcode) %> |
<%= link_to 'Back', campaigns_path %>
<h1>Editing <%= @campaign.advertisername %></h1>
2014-04-07 18:41:34 +00:00
<%= render 'form' %>