Show More
Commit Description:
merge
Commit Description:
merge
References:
File last commit:
Show/Diff file:
Action:
app/views/contests/new.html.haml | 18 lines | 310 B | text/x-haml | HamlLexer |
%h1 New contest
= form_for(@contest) do |f|
= f.error_messages
%p
= f.label :name
%br/
= f.text_field :name
%p
= f.label :title
%br/
= f.text_field :title
%p
= f.label :enabled
%br/
= f.check_box :enabled
%p
= f.submit 'Create'
= link_to 'Back', contests_path