<%= archive_exam.status_for_table %> | <%= archive_exam.category.title rescue "" %> <% if (archive_exam.category.disable rescue false) %> <%= t(:disabled) %> <% end %> |
<%= archive_exam.title %>
|
<%= format_value archive_exam.updated_at rescue nil %> | <%= User.find(archive_exam.update_user_id).user_name rescue nil %> |