1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 08:46:41 +01:00
projekteuler/app/views/translations/_form.html.erb

6 lines
157 B
Plaintext

<%= form_for [@problem, @translation], layout: :basic do |f| %>
<%= f.text_field :title %>
<%= f.text_area :content %>
<%= f.submit %>
<% end %>