diff --git a/app/views/contests/new.html.erb b/app/views/contests/new.html.erb --- a/app/views/contests/new.html.erb +++ b/app/views/contests/new.html.erb @@ -4,6 +4,10 @@ <%= f.error_messages %>

+ <%= f.label :name %>
+ <%= f.text_field :name %> +

+

<%= f.label :title %>
<%= f.text_field :title %>

@@ -16,4 +20,4 @@

<% end %> -<%= link_to 'Back', contests_path %> \ No newline at end of file +<%= link_to 'Back', contests_path %>