Skip to content

Commit 9942e08

Browse files
authored
Merge pull request #92 from cmu-delphi/OKRS24-123-Add-link-to-COVIDcast-EXPORT-page
Added link to COVIDcast EXPORT page
2 parents 6f26c92 + 63572e3 commit 9942e08

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/templates/signals/signals.html

+7-4
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ <h5 class="modal-title">Available Geography</h5>
124124
<input type="checkbox" class="form-check-input" name="available_geography" id="id_available_geography_{{ choice.0 }}" value="{{ choice.0 }}"
125125
{% if choice.0 in url_params_dict.available_geography %}
126126
checked
127-
127+
128128
{% endif %}>
129129
<label for="id_available_geography_{{ choice.0 }}" class="form-check-label">{{ choice.1 }}</label>
130130
</div>
@@ -350,10 +350,13 @@ <h5 class="modal-title">Time Label</h5>
350350
</div>
351351
</div>
352352
<div class="col-9">
353-
<div class="row margin-bottom-1rem">
354-
<div class="col-8 text-left-center">
353+
<div class="row margin-bottom-1rem d-flex justify-content-between">
354+
<div class="col-4">
355+
<div>
356+
<a href="https://delphi.cmu.edu/covidcast/export/" class="btn btn-primary" role="button">Export Signals</a>
357+
</div>
355358
</div>
356-
<div class="col-4 no-padding">
359+
<div class="col-4">
357360
<div class="input-group mb-3">
358361
<label class="input-group-text form-label" for="id_order_by" id="order_by_label">Sort By</label>
359362
{{ form.order_by|as_crispy_field }}

0 commit comments

Comments
 (0)