Skip to content

Commit

Permalink
Update phenotypes.html
Browse files Browse the repository at this point in the history
  • Loading branch information
VChapdelaineT authored Apr 2, 2024
1 parent d7950cd commit 32cbb47
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pheweb/serve/templates/phenotypes.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@
<h1 style="margin-top:0">All Phenotypes</h1>
</div>
<div class="col-xs-12 col-sm-4">
{% if config.DOWNLOAD_PHENOTYPES_BUTTON %}
<span class="pull-right"><a class="btn btn-default" href="{{ url_for('.download_phenotypes') }}">Download</a></span>
{% endif %}
<span class="pull-right"><a class="btn btn-default" href="{{ url_for('.download_phenotypes') }}">Download</a></span>
</div>
</div>
<br>
Expand Down Expand Up @@ -66,7 +64,6 @@ <h5 class="pull-right"><div id="streamtable-found" class="label label-primary"><
</table>
</div>
</div>

<script type="text/template" id="streamtable-template">
<tr>
<td><%= h.category %></td>
Expand Down Expand Up @@ -95,4 +92,5 @@ <h5 class="pull-right"><div id="streamtable-found" class="label label-primary"><
</tr>
</script>


{% endblock %}

0 comments on commit 32cbb47

Please sign in to comment.