Show More
Commit Description:
fix logins user_id from string to integer
Commit Description:
fix logins user_id from string to integer
References:
File last commit:
Show/Diff file:
Action:
app/views/problems/edit.html.erb
| 9 lines
| 269 B
| text/plain
| TextLexer
|
|
r320 | <h1>Editing problem</h1> | ||
r364 | <%= form_tag({action: 'update', id: @problem},multipart: true) do %> | |||
|
r320 | <%= render :partial => 'form' %> | ||
<%= submit_tag 'Edit' %> | ||||
<% end %> | ||||
<%= link_to 'Show', :action => 'show', :id => @problem %> | | ||||
<%= link_to 'Back', :action => 'list' %> | ||||