mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 22:05:09 +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>
|
||||
<a href="{{ bookmark.url }}" title="{{ bookmark.url }}" rel="noreferrer">
|
||||
{% 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 %}
|
||||
{% if bookmark.favicon %}
|
||||
<img src="{{ url_for('static', filename='favicons/' + bookmark.favicon) }}" />
|
||||
|
||||
Reference in New Issue
Block a user