Skip to content

Commit

Permalink
flipped buttons on heatmap page for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
proost committed Sep 19, 2017
1 parent 553e7c0 commit 8e6e4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planet/templates/expression_heatmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ <h1>Heatmap</h1>
<div class="row">
<div class="col-lg-12">
<div class="btn-group pull-right" role="group" aria-label="...">
<a id="download" class="btn btn-primary"><i class="fa fa-download" aria-hidden="true"></i>&nbsp;Download table</a>
<a id="transpose" class="btn btn-default pull-right"><i class="fa fa-undo" aria-hidden="true"></i>&nbsp;Transpose table</a>
<a id="download" class="btn btn-primary"><i class="fa fa-download" aria-hidden="true"></i>&nbsp;Download table</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 8e6e4cc

Please sign in to comment.