changed some subnav wording around

This commit is contained in:
Bret Haynie 2014-04-24 22:02:21 -04:00
parent ca2c204b67
commit 4ae85e69b4
3 changed files with 106 additions and 101 deletions

View File

@ -1,6 +1,10 @@
<%= link_to 'Show', campaign_path(@campaign.listingcode) %> |
<%= link_to 'Back', campaigns_path %>
<div class="container">
<section>
<%= link_to 'Cancel Edit', campaign_path(@campaign.listingcode) %>
<!-- <%= link_to 'Back', campaigns_path %> -->
<h1>Editing <%= @campaign.advertisername %></h1>
<h1>Edit <%= @campaign.advertisername %></h1>
<%= render 'form' %>
</section>
</div>

View File

@ -1,6 +1,6 @@
<div class="container">
<section>
<h1>Listing Campaigns</h1>
<h1>Campaigns</h1>
<table class="table table-striped">
<thead>
<tr>

View File

@ -1,8 +1,7 @@
<br><br><br>
<%= link_to 'Edit', edit_campaign_path(@campaign.listingcode) %> |
<%= link_to 'Back', campaigns_path %>
<div class="container">
<section>
<%= link_to 'Edit Campaign', edit_campaign_path(@campaign.listingcode) %>
<!-- <%= link_to 'Back', campaigns_path %> -->
<div class="col-md-12">
<h1>
<%= @campaign.advertisername %>
@ -92,6 +91,7 @@
<span><%= @campaign.tollfreephone %></span>
</span>
</div>
<div class="col-md-4 col-xs-6">
<ul>
<% @campaign.videolistings.each do |videolisting| %>
@ -102,4 +102,5 @@
<% end %>
</ul>
</div>
</section>
</div>