Listing contests

Go back to: [<%= link_to 'contest management', :controller => 'contest_management', :action => 'index' %>]
<% @contests.each do |contest| %> <% @contest = contest %> <% end %>
Name Title Enabled
<%= in_place_editor_field :contest, :name, {}, :rows => 1 %> <%= in_place_editor_field :contest, :title, {}, :rows => 1 %> <%= in_place_editor_field :contest, :enabled, {}, :rows => 1 %> <%= link_to 'Show', contest %> <%= link_to 'Edit', edit_contest_path(contest) %> <%= link_to 'Destroy', contest, :confirm => 'Are you sure?', :method => :delete %>

<%= link_to 'New contest', new_contest_path %>