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