Skip to content
Snippets Groups Projects
Commit e4a668ad authored by AndiMajore's avatar AndiMajore
Browse files

Merge branch 'master' of gitlab.rrz.uni-hamburg.de:cosy-bio/drugst.one/frontend

parents d4c8fa88 3533ee6e
No related branches found
No related tags found
No related merge requests found
......@@ -56,3 +56,5 @@ netex/
# temp dir for css prefixing
original/*
.prettierrc
\ No newline at end of file
<p
*ngIf="!wrapper.data.drugstoneId && wrapper.data.label"
[ngClass]="{ 'text-normal': drugstoneConfig.smallStyle }"
......@@ -24,11 +25,10 @@
}}"
target="_blank"
>
{{ wrapper.data.symbol }} </a
>
{{ wrapper.data.symbol }}
</a>
</p>
<p
*ngIf="wrapper.data.uniprot"
[ngClass]="{ 'text-normal': drugstoneConfig.smallStyle }"
......@@ -162,14 +162,28 @@
].groupName
}}</span
>
</p>
<p *ngIf="showLinks()"
[ngClass]="{ 'text-normal': drugstoneConfig.smallStyle }">
<p
*ngIf="showLinks()"
[ngClass]="{ 'text-normal': drugstoneConfig.smallStyle }"
>
<b><span>Links:</span></b>
<span *ngFor="let target of linkoutMap | keyvalue">
<a *ngIf="showLinkout(target.key)" [href]="getLinkoutURL(target.key)" target="_blank"> {{target.value}}</a>
<a
*ngIf="showLinkout(target.key)"
[href]="getLinkoutURL(target.key)"
target="_blank"
>
<img class="link-icon" src="assets/{{ target.value }}.png" alt="go to {{ target.value }}" title="go to {{ target.value }}"/></a
>
</span>
&nbsp;
<a
class="is-capitalized"
href="https://clinicaltrials.gov/ct2/results?term={{ wrapper.data.symbol }}"
target="_blank"
><img class="link-icon" src="assets/clinicaltrials.png" alt="search in clinicaltrials.gov" title="search in clinicaltrials.gov"/>
</a>
</p>
<app-toggle
......
.link-icon {
height: 1.2em !important;
vertical-align: bottom !important;
}
\ No newline at end of file
src/assets/IID.png

4.83 KiB

src/assets/clinicaltrials.png

903 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment