Skip to content

Commit

Permalink
Move ads down on the index
Browse files Browse the repository at this point in the history
  • Loading branch information
bryckbost committed Oct 11, 2011
1 parent f2d5254 commit f1eedcf
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions views/index.erb
Expand Up @@ -93,18 +93,6 @@
<p>They may not, however, charge a lower price than the minimum shelf price.</p>
<p><em>Are you getting your money's worth at the corner store?</em></p>
<p><a href="#about" data-controls-modal="about" data-backdrop="true">Read more…</a></p>

<script type="text/javascript"><!--
google_ad_client = "ca-pub-3298160875302943";
/* Liquor List */
google_ad_slot = "2633059865";
google_ad_width = 120;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

<h3>LiquorList Facts</h3>
<dl class="facts">
Expand All @@ -121,6 +109,18 @@
<dt rel="twipsy" title="Why would you even buy this?">Overpriced</dt>
<dd><%=friendly_name biggest_ripoff %> – $<%= biggest_ripoff["MINIMUM"] %> for <%= biggest_ripoff["SIZE"] %>mL</dd>
</dl>

<script type="text/javascript"><!--
google_ad_client = "ca-pub-3298160875302943";
/* Liquor List */
google_ad_slot = "2633059865";
google_ad_width = 120;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</div>
<% if @paginate %>
Expand Down

0 comments on commit f1eedcf

Please sign in to comment.