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