mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 02:28:50 +01:00
Add links for problem translation and improvement
This commit is contained in:
@@ -17,7 +17,10 @@
|
||||
<% if problem.is_translated? %>
|
||||
<%= link_to problem.title, problem %>
|
||||
<% else %>
|
||||
<i>Dieses Problem wurde noch nicht übersetzt.</i>
|
||||
<i>Dieses Problem wurde noch nicht übersetzt.</i>
|
||||
<%= link_to new_problem_translation_path(problem), class: 'btn btn-default btn-xs' do %>
|
||||
<%= icon :pencil %> Übersetzung vorschlagen
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user