Show More
Commit Description:
fixed locale files, changed config sample to application.rb.SAMPLE
Commit Description:
fixed locale files, changed config sample to application.rb.SAMPLE
File last commit:
Show/Diff file:
Action:
app/views/problems/new.html.erb | 8 lines | 177 B | text/plain | TextLexer |
<h1>New problem</h1>
<%= form_tag :action => 'create' do %>
<%= render :partial => 'form' %>
<%= submit_tag "Create" %>
<% end %>
<%= link_to 'Back', :action => 'list' %>