diff --git a/backend/__init__.py b/backend/__init__.py index 9b4ca4e2..791f4a83 100644 --- a/backend/__init__.py +++ b/backend/__init__.py @@ -126,7 +126,7 @@ def changedetection_app(config=None, datastore_o=None): fg.link(href='https://changedetection.io') for watch in sorted_watches: - if watch['unviewed']: + if not watch['viewed']: fe = fg.add_entry() fe.title(watch['url']) fe.link(href=watch['url']) diff --git a/backend/static/css/styles.css b/backend/static/css/styles.css index 9dd75dbb..180ac5ef 100644 --- a/backend/static/css/styles.css +++ b/backend/static/css/styles.css @@ -248,4 +248,8 @@ footer { background: #fff; color: #444; text-align: center; +} + +#feed-icon { + vertical-align: middle; } \ No newline at end of file diff --git a/backend/templates/watch-overview.html b/backend/templates/watch-overview.html index 1cb044da..a2cd8c19 100644 --- a/backend/templates/watch-overview.html +++ b/backend/templates/watch-overview.html @@ -15,13 +15,9 @@
- + All {% for tag in tags %} - {% if tag == "" %} - All - {% else %} {{ tag }} - {% endif %} {% endfor %}
@@ -71,8 +67,6 @@ {% endfor %} - -