1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 02:28:50 +01:00

Add translation tips

This commit is contained in:
2018-08-15 18:21:40 +02:00
parent 71ffb30880
commit 2fbd9d6a32
3 changed files with 55 additions and 43 deletions

View File

@@ -1,5 +1,6 @@
<% provide(:title, t('.new_translation', id: @problem.id)) %>
<h1><%= t '.new_translation', id: @problem.id %></h1>
<%= render 'form' %>
<% provide(:title, t('.new_translation', id: @problem.id)) %>
<h1><%= t '.new_translation', id: @problem.id %></h1>
<%= render 'translation-tips' %>
<%= render 'form' %>