Skip to content

Commit 2cd6c4f

Browse files
committed
Add a new tab for the contradiction proof
1 parent 7c7abdb commit 2cd6c4f

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

frontend/src/app/annotate/annotation-menu/annotation-menu.component.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li [ngbNavItem]="2">
1818
<button ngbNavLink>
1919
<fa-icon [icon]="faTree" class="me-2" aria-hidden="true" />
20-
<span i18n>Tableau / Proof</span>
20+
<span i18n>Proof / Entailment</span>
2121
</button>
2222
<ng-template ngbNavContent>
2323
<section>
@@ -28,6 +28,19 @@
2828
</ng-template>
2929
</li>
3030
<li [ngbNavItem]="3">
31+
<button ngbNavLink>
32+
<fa-icon [icon]="faTree" class="me-2" aria-hidden="true" />
33+
<span i18n>Proof / Contradiction</span>
34+
</button>
35+
<ng-template ngbNavContent>
36+
<section>
37+
@if (proofs) {
38+
<la-tableau-svg [tree]="proofs.contradiction"></la-tableau-svg>
39+
}
40+
</section>
41+
</ng-template>
42+
</li>
43+
<li [ngbNavItem]="4">
3144
<button ngbNavLink>
3245
<fa-icon [icon]="faPenNib" class="me-2" aria-hidden="true" />
3346
<span i18n>Comments / History</span>

0 commit comments

Comments
 (0)