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

Translate problems/untranslated

This commit is contained in:
2015-01-02 13:47:51 +01:00
parent 545a165752
commit 3887d2bfb1
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
<% if problem.is_translated? %>
<%= link_to problem.title, problem %>
<% else %>
<i><%= t '.not_yet_translated' %></i>
<i><%= t 'problems.not_yet_translated' %></i>
<%= link_to new_problem_translation_path(problem), class: 'btn btn-default btn-xs' do %>
<%= icon :pencil %> <%= t '.suggest_translation' %>
<% end %>