Skip to content

Commit

Permalink
Add link to query builder for genetic interactions
Browse files Browse the repository at this point in the history
This got lost when we added the genotype interactions table.

Refs #2294
Refs #1348
  • Loading branch information
kimrutherford committed Dec 8, 2024
1 parent ac9ea68 commit af5c420
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

.query-link {
display: block;
padding-bottom: 0.3em;
padding: 0.2em 0.5em 0.8em 0;
}

.interaction-source-label {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
</div>
</div>

<div *ngIf="queryLinkUrl" class="query-link">
<a routerLink="{{queryLinkUrl}}">Query using interacting genes ...</a>
</div>

<div *ngIf="tableIsFiltered" class="filter-count">
<span *ngIf="filteredTable.length == annotationTable.length">
Showing all interactions
Expand Down

0 comments on commit af5c420

Please sign in to comment.