| <%= Problem.human_attribute_name(:id) %> | <%= Problem.human_attribute_name(:title) %> |
|---|---|
| <%= problem.id %> | <% if problem.is_translated? %> <%= link_to problem.title, problem %> <% else %> <%= t '.not_yet_translated' %> <%= link_to new_problem_translation_path(problem), class: 'btn btn-default btn-xs' do %> <%= icon :pencil %> <%= t '.suggest_translation' %> <% end %> <% end %> |