forked from enviPath/enviPy
## Major Changes - Introduces a new view for per-package predictions Co-authored-by: jebus <lorsbach@envipath.com> Reviewed-on: enviPath/enviPy#195 Co-authored-by: Tobias O <tobias.olenyi@envipath.com> Co-committed-by: Tobias O <tobias.olenyi@envipath.com>
10 lines
268 B
HTML
10 lines
268 B
HTML
{% if meta.can_edit %}
|
|
<li>
|
|
<a
|
|
href="{% if meta.current_package %}{{ meta.current_package.url }}/predict{% else %}{{ meta.server_url }}/predict{% endif %}"
|
|
>
|
|
<span class="glyphicon glyphicon-plus"></span> New Pathway</a
|
|
>
|
|
</li>
|
|
{% endif %}
|