Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Improved profile modal
  • Loading branch information
proost committed Mar 24, 2016
1 parent 2de1425 commit 19e400a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion planet/templates/modals/expression_profile.html
@@ -1,6 +1,11 @@
{% if profile %}
<div class="modal-header">
<h4 class="modal-title" id="myModalLabel">Expression profile for: <strong>{{ profile.probe }}</strong></h4>
{% if profile.sequence %}
<h4 class="modal-title" id="myModalLabel">Expression profile for: <strong>{{ profile.sequence.name }}</strong> <small>({{ profile.probe }})</small></h4>
{% else %}
<h4 class="modal-title" id="myModalLabel">Expression profile for: <strong>{{ profile.probe }}</strong></h4>
{% endif %}

</div>
<div class="modal-body" syle="width:700px;height:800px">
<canvas id="profile-chart" class="center-block" width="700" height="800"/>
Expand Down

0 comments on commit 19e400a

Please sign in to comment.