show.html.haml revision 4d49ccecb20edaa8053db84a11a3947bffbff6f1
= repository_nav ontology.repository, :ontologies
= ontology_nav ontology, :theorems
%h3
= t('proof_attempts.show.head')
= link_to resource.theorem, [*resource_chain, resource.theorem]
= render partial: 'theorems/proof_status', locals: {proof_status: resource.proof_status}
%h4= t('proof_attempts.show.created_at')
%h4= t('proof_attempts.show.time_taken')
seconds
%h4= t('proof_attempts.show.used_axioms')
- else
- resource.used_axioms.each do |axiom|
%li= axiom
%h4= t('proof_attempts.show.prover')
%h4= t('proof_attempts.show.tactic_script')
%pre= resource.tactic_script
%h4= t('proof_attempts.show.prover_output')
%pre= resource.prover_output