mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 08:46:41 +01:00
6 lines
157 B
Plaintext
6 lines
157 B
Plaintext
<%= form_for [@problem, @translation], layout: :basic do |f| %>
|
|
<%= f.text_field :title %>
|
|
<%= f.text_area :content %>
|
|
<%= f.submit %>
|
|
<% end %>
|