% provide(:title, t('problems.show.problem_subtitle', id: @problem.id)) %>
<%= t 'problems.show.problem_subtitle', id: @problem.id %>
<%= t 'problems.not_yet_translated' %>
<%= link_to new_problem_translation_path(@problem), class: 'btn btn-default btn-xs' do %>
<%= icon('fas', 'edit') %> <%= t 'problems.index.suggest_translation' %>
<% end %>