@ -61,7 +61,9 @@
Not yet
Not yet
{% endif %}
{% endif %}
< / td >
< / td >
< td > < a href = "/api/checknow?uuid={{ watch.uuid}}{% if request.args.get('tag') %}&tag={{request.args.get('tag')}}{% endif %}" class = "pure-button button-small pure-button-primary" > Recheck< / a >
< td >
< a href = "/api/checknow?uuid={{ watch.uuid}}{% if request.args.get('tag') %}&tag={{request.args.get('tag')}}{% endif %}"
class="pure-button button-small pure-button-primary">Recheck< / a >
< a href = "/edit?uuid={{ watch.uuid}}" class = "pure-button button-small pure-button-primary" > Edit< / a >
< a href = "/edit?uuid={{ watch.uuid}}" class = "pure-button button-small pure-button-primary" > Edit< / a >
{% if watch.history|length >= 2 %}
{% if watch.history|length >= 2 %}
< a href = "/diff/{{ watch.uuid}}" class = "pure-button button-small pure-button-primary" > Diff< / a >
< a href = "/diff/{{ watch.uuid}}" class = "pure-button button-small pure-button-primary" > Diff< / a >
@ -75,7 +77,8 @@
< / table >
< / table >
< div id = "check-all-button" >
< div id = "check-all-button" >
< a href = "/api/checknow{% if active_tag%}?tag={{active_tag}}{%endif%}" class = "pure-button button-tag " > Recheck all {% if active_tag%}in "{{active_tag}}"{%endif%}< / a >
< a href = "/api/checknow{% if active_tag%}?tag={{active_tag}}{%endif%}" class = "pure-button button-tag " > Recheck
all {% if active_tag%}in "{{active_tag}}"{%endif%}< / a >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >