1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 08:46:41 +01:00

Translate translations/show

This commit is contained in:
Philipp Fischbeck 2015-01-02 15:14:39 +01:00
parent 66d6d948a1
commit 9b17745375

View File

@ -3,7 +3,7 @@
<% end %>
<div class="page-header">
<h1><%= @translation.title %> <small>Problem <%= @translation.problem_id %></small></h1>
<h1><%= @translation.title %> <small><%= t 'problems.show.problem_subtitle', id: @translation.problem_id %></small></h1>
</div>
<%= panel do %>
@ -12,5 +12,5 @@
</div>
<% end %>
<div class="text-center">
<%= link_to 'Dieses Problem auf projecteuler.net', @translation.problem.original_url, target: '_blank' %>
<%= link_to t('problems.show.view_original_problem'), @translation.problem.original_url, target: '_blank' %>
</div>