forked from enviPath/enviPy
## Major Changes - Predict Pathway is now a separate view as it is meant as adavanced prediction interface ## Current status  Co-authored-by: Tim Lorsbach <tim@lorsba.ch> Reviewed-on: enviPath/enviPy#188 Co-authored-by: Tobias O <tobias.olenyi@envipath.com> Co-committed-by: Tobias O <tobias.olenyi@envipath.com>
7 lines
178 B
HTML
7 lines
178 B
HTML
{% if meta.can_edit %}
|
|
<li>
|
|
<a href="{{ meta.server_url }}/predict">
|
|
<span class="glyphicon glyphicon-plus"></span> New Pathway</a>
|
|
</li>
|
|
{% endif %}
|