% provide(:title, t('problems.show.problem_subtitle', id: @problem.id)) %>
<%= link_to new_problem_translation_path(@problem), class: 'btn btn-default btn-sm pull-right' do %>
<%= icon :pencil %> <%= t '.improve_translation' %>
<% end %>
<%= panel do %>
<%= sanitize @problem.content, scrubber: TranslationContentScrubber.new %>
<% end %>
<%= link_to t('.view_original_problem'), @problem.original_url, target: '_blank' %>