Show More
Commit Description:
updated db/schema.rb to remove unused fields incorrected added from the code jom branch
Commit Description:
updated db/schema.rb to remove unused fields incorrected added from the code jom branch
References:
File last commit:
Show/Diff file:
Action:
app/views/problems/new.html.erb
| 8 lines
| 177 B
| text/plain
| TextLexer
|
|
r320 | <h1>New problem</h1> | ||
<%= form_tag :action => 'create' do %> | ||||
<%= render :partial => 'form' %> | ||||
<%= submit_tag "Create" %> | ||||
<% end %> | ||||
<%= link_to 'Back', :action => 'list' %> | ||||