Report abuse


			
<% if @classifieds.blank? %>
  

There aren't any ads currently in the system.

<% else %>

These are the current classified ads in our system

    <% @classifieds.each.do |c| %>
  • <%= link_to c.title, {:action => 'show', :id => c.id} -%>
  • <% end %>
<% end %>

<%= link_to "Add new ad", {:action => 'new' }%>