aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html')
-rw-r--r--template/html/edit_feed.html1
-rw-r--r--template/html/feeds.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/template/html/edit_feed.html b/template/html/edit_feed.html
index 73a2e27..da393b5 100644
--- a/template/html/edit_feed.html
+++ b/template/html/edit_feed.html
@@ -75,6 +75,7 @@
</select>
<label><input type="checkbox" name="crawler" value="1" {{ if .form.Crawler }}checked{{ end }}> {{ t "form.feed.label.crawler" }}</label>
+ <label><input type="checkbox" name="disabled" value="1" {{ if .form.Disabled }}checked{{ end }}> {{ t "form.feed.label.disabled" }}</label>
<div class="buttons">
<button type="submit" class="button button-primary" data-label-loading="{{ t "form.submit.saving" }}">{{ t "action.update" }}</button> {{ t "action.or" }} <a href="{{ route "feeds" }}">{{ t "action.cancel" }}</a>
diff --git a/template/html/feeds.html b/template/html/feeds.html
index 7aac649..0bad59a 100644
--- a/template/html/feeds.html
+++ b/template/html/feeds.html
@@ -30,6 +30,7 @@
{{ if .Icon }}
<img src="{{ route "icon" "iconID" .Icon.IconID }}" width="16" height="16" alt="{{ .Title }}">
{{ end }}
+ {{ if .Disabled }} 🚫 {{ end }}
<a href="{{ route "feedEntries" "feedID" .ID }}">{{ .Title }}</a>
</span>
<span class="category">