Codestyle.

This commit is contained in:
Patrick Jentsch
2019-09-04 16:00:14 +02:00
parent 3b57211da9
commit f2806f9473
3 changed files with 19 additions and 68 deletions

View File

@ -161,11 +161,12 @@
</div>
</div>
<span class="card-title">Files</span>
<table>
<thead>
<tr>
<th>Inputs</th>
<th>Results</th>
<th style="width: 50%;">Inputs</th>
<th style="width: 50%;">Results</th>
</tr>
</thead>
<tbody>
@ -179,8 +180,6 @@
{% for result in files[file]['results'] %}
<a href="{{ url_for('main.job_download', job_id=job.id, file=files[file]['results'][result]['path']) }}" class="waves-effect waves-light btn-small">{{ result }}</a>
{% endfor %}
{% else %}
None
{% endif %}
</td>
</tr>