Show More
Commit Description:
upgrade to rails 4.2
Commit Description:
upgrade to rails 4.2
References:
File last commit:
Show/Diff file:
Action:
app/views/problems/edit.html.erb
| 9 lines
| 271 B
| text/plain
| TextLexer
|
|
r320 | <h1>Editing problem</h1> | ||
r590 | <%= form_for @problem,url:{action: 'update'},html: {multipart: true} do %> | |||
|
r320 | <%= render :partial => 'form' %> | ||
<%= submit_tag 'Edit' %> | ||||
<% end %> | ||||
<%= link_to 'Show', :action => 'show', :id => @problem %> | | ||||
r591 | <%= link_to 'Back', problems_path %> | |||