Show More
Commit Description:
- clean up link to problem stat and user stat...
Commit Description:
- clean up link to problem stat and user stat (grafted from 45d1e12e9794a23a5431222fe2f4c7461d73a529)
File last commit:
Show/Diff file:
Action:
app/views/problems/edit.html.erb | 9 lines | 271 B | text/plain | TextLexer |
<h1>Editing problem</h1>
<%= form_for @problem,url:{action: 'update'},html: {multipart: true} do %>
<%= render :partial => 'form' %>
<%= submit_tag 'Edit' %>
<% end %>
<%= link_to 'Show', :action => 'show', :id => @problem %> |
<%= link_to 'Back', problems_path %>