-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #827 from mgcam/add_email_link
Added a footer to the tracking run web page.
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -157,6 +157,7 @@ IF ( ( current_status == 'qc review pending' ) || (current_status == 'qc in prog | |
</div> | ||
|
||
<div class="widgets_group"> | ||
|
||
<div id="tabs"> | ||
<div id="tag_tab" class="tab noncurrent"><a href="javascript:void(toggle_information('tag_tab'));">Tags</a></div> | ||
<div id="status_history_tab" class="tab noncurrent"><a href="javascript:void(toggle_information('status_history_tab'));">Status History</a></div> | ||
|
@@ -186,6 +187,14 @@ IF ( ( current_status == 'qc review pending' ) || (current_status == 'qc in prog | |
<div id="annotation" class="info_box"> | ||
[% PROCESS run_annotation_tables.tt2 %] | ||
</div> | ||
|
||
</div> | ||
|
||
<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 | ||
</a> | ||
</div> | ||
|
||
<script type="text/javascript"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters