Skip to content

Commit

Permalink
updated banners in assay and samples sections to include links to the…
Browse files Browse the repository at this point in the history
… guides
  • Loading branch information
calstevemart committed Sep 11, 2024
1 parent 6354f02 commit 45fe9c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
><mat-icon>delete</mat-icon> Delete Assay</a
>
</span>
<div *ngIf="rowTemplatePresent" class="notification is-primary">
<small><mat-icon>info</mat-icon> Please complete the table below to describe the assay. The first row in light blue is an example row. It is not included in the assay or ‘ISA METADATA’. Please see the <a href="https://www.ebi.ac.uk/metabolights/editor/guides/Quick_start_Guide/Quick_start_overview">Quick Start Guide</a> for more information.</small>
<div *ngIf="!isReadOnly" class="notification is-primary">
<small><mat-icon>info</mat-icon> Please complete the table below to describe the assay. <div *ngIf="rowTemplatePresent">The first row in light blue is an example row. It is not included in the assay or ‘ISA METADATA’.</div> <b> <br>Please see the <a href="https://www.ebi.ac.uk/metabolights/guides/Assay/Assay_overview">Guides</a> for more information on how to complete your Assays section.</b></small>
</div>
<mtbls-table
[fileTypes]="fileTypes"
Expand Down
11 changes: 4 additions & 7 deletions src/app/components/study/samples/samples.component.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
<div *ngIf="!isReadOnly" class="notification is-primary">
Please complete the table below to include organism & organism part. You may
also add further details relating to the sample characteristics
<a class="button border is-small is-light">
<span><mat-icon>add</mat-icon>characteristic</span>
</a>
or metadata such as gender or drug treatment
Please complete the table below to include organism & organism part. You may also add further information that may help to describe samples, such as gender or drug treatment.
<button class="button border is-light is-small">
<span><mat-icon>add</mat-icon>Factor</span>
</button>
</button><br>
Please see our <a href="https://www.ebi.ac.uk/metabolights/editor/guides/Sample/Sample">Guides</a> for information on how to complete your Samples section.

<br /><span style="font-size: 0.8em"
><mtbls-help target="samples"></mtbls-help
></span>
Expand Down

0 comments on commit 45fe9c3

Please sign in to comment.