GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: A simple application written in merb to help you manage ad serving across multiple sites
Clone URL: git://github.com/kneath/greed.git
Modify the ad HTML to be a little more flexible
kneath (author)
Sun Jun 08 20:41:55 -0700 2008
commit  8e10fafe63d743516b39f860230ae578c5002ca9
tree    c569d3eac0cfb524e7cec3369c1361a3da4b9aa6
parent  91e861a912648b1d06b48efa81b5cb32ff43e6ca
...
2
3
4
5
 
6
7
8
9
10
 
11
12
13
14
...
2
3
4
 
5
6
7
8
9
 
10
11
12
13
14
0
@@ -2,12 +2,12 @@
0
   <% unless campaign.filename.blank? %>
0
     <a href="<%= campaign.link %>" title="<%= campaign.name %>" class="greed_img"><img src="<%= host_with_port + campaign.filename %>" /></a>
0
     <% unless campaign.description.blank? %>
0
- <p class="greed_description"><%= campaign.description %></p>
0
+ <div class="greed_description"><%= campaign.description %></div>
0
     <% end %>
0
   <% else %>
0
     <h4 class="greed_title"><a href="<%= campaign.link %>"><%=h campaign.name %></a></h4>
0
     <% unless campaign.description.blank? %>
0
- <p class="greed_description"><%= campaign.description %></p>
0
+ <div class="greed_description"><%= campaign.description %></div>
0
     <% end %>
0
   <% end %>
0
 </div>
0
\ No newline at end of file

Comments

    No one has commented yet.