Skip to content

Commit

Permalink
fixes #166
Browse files Browse the repository at this point in the history
  • Loading branch information
Will-Cooper committed May 21, 2024
1 parent a1e0483 commit a6a3831
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions simple_app/templates/solo_result.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,23 @@ <h2 class="display-4">Companion Relationships</h2>
</p>
{% endif %}
</div>

<div class="row table-responsive">
{% if everything.modeledparameters %}
<h2 class="display-3"><a href="{{ url_for('create_file_for_download', key='ModeledParameters') }}">
Modeled Parameters</a></h2>
<p class="display-6">
{{ everything.modeledparameters|safe }}
</p>
{% else %}
<h2 class="display-4">Modeled Parameters</h2>
<p class="display-6">
No Modeled Parameters for {{ query|safe }} in the SIMPLE Archive.
If some exists and should be ingested, please open an
<a href="https://github.com/SIMPLE-AstroDB/SIMPLE-db/issues/new?assignees=&labels=data+ingestion&projects=&template=missing_data.md&title=Data+ingest+request+from%3A+%3Cpublication%3E" target="_blank">issue</a>.
</p>
{% endif %}
</div>
</div>
<script>
$(document).ready(function() {
Expand Down

0 comments on commit a6a3831

Please sign in to comment.