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 |
<h1>Editing problem</h1>
<%= form_tag({action: 'update', id: @problem},multipart: true) do %>
<%= render :partial => 'form' %>
<%= submit_tag 'Edit' %>
<% end %>
<%= link_to 'Show', :action => 'show', :id => @problem %> |
<%= link_to 'Back', :action => 'list' %>