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