mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 08:46:41 +01:00
6 lines
139 B
Plaintext
6 lines
139 B
Plaintext
<% provide(:title, t('.new_translation', id: @problem.id)) %>
|
|
|
|
<h1><%= t '.new_translation', id: @problem.id %></h1>
|
|
|
|
<%= render 'form' %>
|