diff --git a/app/views/contests/index.html.erb b/app/views/contests/index.html.erb --- a/app/views/contests/index.html.erb +++ b/app/views/contests/index.html.erb @@ -10,6 +10,7 @@
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 %> |