Skip to content

Commit

Permalink
added links
Browse files Browse the repository at this point in the history
  • Loading branch information
proost committed Nov 29, 2017
1 parent 47c16c5 commit 0112deb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conekt/templates/family.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@

<h1><strong>{{ family.name }}</strong> <small>({{ family.method.method }})</small></h1>

<p>View comparative expression as heatmap: <a href="{{ url_for('heatmap.heatmap_comparative_family', family_id=family.id, option='raw') }}">raw</a> <span class="text-muted">| <a href="{{ url_for('heatmap.heatmap_comparative_family', family_id=family.id, option='row') }}">row-normalized</a></span></p>

<p>Trees:
{% for t in family.trees %}
<a href="{{ url_for('tree.tree_view', tree_id=t.id) }}">{{t.label}}</a> ({{t.method.description}})
Expand Down

0 comments on commit 0112deb

Please sign in to comment.