Show More
Commit Description:
add option to update PDF file of a problem in /problem/edit/:id...
Commit Description:
add option to update PDF file of a problem in /problem/edit/:id
(grafted from 15b2554bf365f8639b5e94db4f1d9a277007808a)
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' %> | ||||