Skip to content

Commit

Permalink
update footer for html pages
Browse files Browse the repository at this point in the history
Update data/templates/run_read.tt2 with customer suggestion

Co-authored-by: dkj <[email protected]>
  • Loading branch information
jmtcsngr and dkj committed May 24, 2024
1 parent 248a5c4 commit daf65ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions data/templates/run_read.tt2
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,9 @@ IF ( ( current_status == 'qc review pending' ) || (current_status == 'qc in prog

<div id="email_link">
[%- subject = 'Illumina sequencing run ' _ id_run -%]
<a href= "mailto:[email protected]?subject=[% subject %]&body=[% subject %] [% staging_url %]/[% SCRIPT_NAME %]/run/[% id_run %]">
Contact Sci Ops DNA Pipelines
If you have any questions or need further assistance, please feel free to reach out to a Scientific Service Representative at
<a href="mailto:[email protected]?subject=[% subject %]&body=[% subject %] [% staging_url %]/[% SCRIPT_NAME %]/run/[% id_run %]">
[email protected]
</a>
</div>

Expand Down

0 comments on commit daf65ba

Please sign in to comment.