Skip to content

Commit 08b094c

Browse files
authored
Merge pull request #95 from cmu-delphi/OKRS24-137-Add-link-to-EpiVis-interactive-tool
Added link to EpiVis interactive tool
2 parents 4233fd1 + de7c22a commit 08b094c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/templates/signals/signals.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,9 @@ <h5 class="modal-title">Time Label</h5>
352352
<div class="col-9">
353353
<div class="row margin-bottom-1rem d-flex justify-content-between">
354354
<div class="col-4">
355-
<div>
356-
<a href="https://delphi.cmu.edu/covidcast/export/" class="btn btn-primary" role="button">Export Signals</a>
355+
<div class="btn-group" role="group">
356+
<a href="https://delphi.cmu.edu/covidcast/export/" target="_blank" class="btn btn-primary" role="button">Export</a>
357+
<a href="https://delphi.cmu.edu/epivis/" target="_blank" class="btn btn-primary" role="button">Chart</a>
357358
</div>
358359
</div>
359360
<div class="col-4">

0 commit comments

Comments
 (0)