Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed visual bug on species overview
  • Loading branch information
proost committed Oct 26, 2017
1 parent bd7bdf7 commit 7a58760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planet/templates/species.html
Expand Up @@ -88,7 +88,7 @@ <h3 class="banner-blue">Species Tree</h3>
<td>
<div class="btn-group">
<button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Download <span class="caret"></span></button>
<ul class="dropdown-menu">
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="{{url_for('species.species_stream_coding', species_id=s.id)}}" download="{{s.code}}.cds.fasta">Coding Sequences</a></li>
<li><a href="{{url_for('species.species_stream_protein', species_id=s.id)}}" download="{{s.code}}.aa.fasta">Protein Sequences</a></li>
<li class="dropdown-header">Networks</li>
Expand Down

0 comments on commit 7a58760

Please sign in to comment.