From 6e402f60dc6e31321a6a9b36b9b43ccc2757e185 Mon Sep 17 00:00:00 2001 From: Thiago Perrotta Date: Sat, 22 Jan 2022 22:55:02 -0500 Subject: [PATCH] Add links to scraper/rewrite/filtering docs when editing feeds --- .../templates/views/add_subscription.html | 43 ++++++++++++++++--- template/templates/views/edit_feed.html | 41 +++++++++++++++--- ui/static/css/common.css | 4 ++ 3 files changed, 77 insertions(+), 11 deletions(-) diff --git a/template/templates/views/add_subscription.html b/template/templates/views/add_subscription.html index e4392229..7edff42c 100644 --- a/template/templates/views/add_subscription.html +++ b/template/templates/views/add_subscription.html @@ -55,16 +55,47 @@ --> - +
+ +   + + {{ icon "external-link" }} + +
- +
+ +   + + {{ icon "external-link" }} + +
- - +
+ +   + + {{ icon "external-link" }} + +
- - + +
+ +   + + {{ icon "external-link" }} + +
diff --git a/template/templates/views/edit_feed.html b/template/templates/views/edit_feed.html index 6f6f9d39..b4c3efa1 100644 --- a/template/templates/views/edit_feed.html +++ b/template/templates/views/edit_feed.html @@ -68,16 +68,47 @@ - +
+ +   + + {{ icon "external-link" }} + +
- +
+ +   + + {{ icon "external-link" }} + +
- - +
+ +   + + {{ icon "external-link" }} + +
- +
+ +   + + {{ icon "external-link" }} + +
diff --git a/ui/static/css/common.css b/ui/static/css/common.css index 21bac999..0ec55c26 100644 --- a/ui/static/css/common.css +++ b/ui/static/css/common.css @@ -1064,3 +1064,7 @@ details.entry-enclosures { text-decoration: none; font-size: 1.2em; } + +.rules-entry { + display: flex; +}