Show More
Commit Description:
- clean up link to problem stat and user stat
Commit Description:
- clean up link to problem stat and user stat
References:
File last commit:
Show/Diff file:
Action:
app/views/problems/edit.html.erb | 9 lines | 271 B | text/plain | TextLexer |
Jittat Fakcharoenphol
renamed model Configuration to GraderConfiguration, renamed rhtml views to erb, fixed other small errors
r320 <h1>Editing problem</h1>
fix problem edit page
r590 <%= form_for @problem,url:{action: 'update'},html: {multipart: true} do %>
Jittat Fakcharoenphol
renamed model Configuration to GraderConfiguration, renamed rhtml views to erb, fixed other small errors
r320 <%= render :partial => 'form' %>
<%= submit_tag 'Edit' %>
<% end %>
<%= link_to 'Show', :action => 'show', :id => @problem %> |
fix problem link
r591 <%= link_to 'Back', problems_path %>