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

10 lines
244 B
Plaintext
Raw Normal View History

2014-04-25 02:02:21 +00:00
<div class="container">
<section>
<%= link_to 'Cancel Edit', campaign_path(@campaign.listingcode) %>
<!-- <%= link_to 'Back', campaigns_path %> -->
2014-04-25 02:02:21 +00:00
<h1>Edit <%= @campaign.advertisername %></h1>
2014-04-07 18:41:34 +00:00
2014-04-25 02:02:21 +00:00
<%= render 'form' %>
</section>
</div>