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 |
Jittat Fakcharoenphol
renamed model Configuration to GraderConfiguration, renamed rhtml views to erb, fixed other small errors
r320 <h1>Editing problem</h1>
add option to update PDF file of a problem in /problem/edit/:id...
r364 <%= form_tag({action: 'update', id: @problem},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 %> |
<%= link_to 'Back', :action => 'list' %>