mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00
tasks: fix incorrect closing tag on button
Fixes bad rendering on the task page. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
d3de65c924
commit
3d11767066
|
@ -31,7 +31,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% if not update.finished %}
|
||||
<button id="stopbutton" class="btn btn-danger pull-right">Stop</a>
|
||||
<button id="stopbutton" class="btn btn-danger pull-right">Stop</button>
|
||||
{% endif %}
|
||||
|
||||
{% if update.comparisonrecipeupdate_set.exists %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user