Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
merge with java
Commit Description:
merge with java
<h1>Listing contests</h1>
<div class="infobox">
<b>Go back to:</b> [<%= link_to 'contest management', :controller => 'contest_management', :action => 'index' %>]
</div>
<table>
<tr>
<th>Name</th>
<th>Title</th>
<th>Enabled</th>
</tr>
<% @contests.each do |contest| %>
<% @contest = contest %>
<tr>
<td><%= in_place_editor_field :contest, :name, {}, :rows => 1 %></td>
<td><%= in_place_editor_field :contest, :title, {}, :rows => 1 %></td>
<td><%= in_place_editor_field :contest, :enabled, {}, :rows => 1 %></td>
<td><%= link_to 'Show', contest %></td>
<td><%= link_to 'Edit', edit_contest_path(contest) %></td>
<td><%= link_to 'Destroy', contest, :confirm => 'Are you sure?', :method => :delete %></td>
</tr>
<% end %>
</table>
<br />
<%= link_to 'New contest', new_contest_path %>
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings