mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-13 03:25:45 +00:00
fix button size
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
{% if watch.last_error is defined and watch.last_error != False %} !! {% endif %}
|
{% if watch.last_error is defined and watch.last_error != False %} !! {% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td>{{watch.last_changed|format_timestamp_timeago}}</td>
|
<td>{{watch.last_changed|format_timestamp_timeago}}</td>
|
||||||
<td><a href="/api/checknow?uuid={{ watch.uuid}}" class="pure-button pure-button-primary">Recheck</a> <button type="submit" class="pure-button pure-button-primary">Delete</button></td>
|
<td><a href="/api/checknow?uuid={{ watch.uuid}}" class="pure-button button-small pure-button-primary">Recheck</a> <button type="submit" class="pure-button button-small pure-button-primary">Delete</button></td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user