Show More
Commit Description:
removes imported testdata file after extracted
Commit Description:
removes imported testdata file after extracted
References:
File last commit:
Show/Diff file:
Action:
app/views/contests/new.html.erb
| 18 lines
| 325 B
| text/plain
| TextLexer
|
|
r266 | <h1>New contest</h1> | |
<% form_for(@contest) do |f| %> | |||
<%= f.error_messages %> | |||
<p> | |||
<%= f.label :title %><br /> | |||
<%= f.text_field :title %> | |||
</p> | |||
<p> | |||
<%= f.label :enabled %><br /> | |||
<%= f.check_box :enabled %> | |||
</p> | |||
<p> | |||
<%= f.submit 'Create' %> | |||
</p> | |||
<% end %> | |||
<%= link_to 'Back', contests_path %> |