mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-07 01:25:11 +01:00
Mention http statuscode in overview on warning icon
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
<span class="card-title activator"><i class="material-icons right">more_vert</i></span>
|
<span class="card-title activator"><i class="material-icons right">more_vert</i></span>
|
||||||
<a href="{{ bookmark.url }}" title="{{ bookmark.url }}" rel="noreferrer">
|
<a href="{{ bookmark.url }}" title="{{ bookmark.url }}" rel="noreferrer">
|
||||||
{% if bookmark.http_status != 200 %}
|
{% if bookmark.http_status != 200 %}
|
||||||
<i class="material-icons">report_problem</i>
|
<i class="material-icons" title="HTTP status {{ bookmark.http_status }}">report_problem</i>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if bookmark.favicon %}
|
{% if bookmark.favicon %}
|
||||||
<img src="{{ url_for('static', filename='favicons/' + bookmark.favicon) }}" />
|
<img src="{{ url_for('static', filename='favicons/' + bookmark.favicon) }}" />
|
||||||
|
|||||||
Reference in New Issue
Block a user