From 224584312aa5ee6b7903a18018af0058db373f87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sat, 23 Jul 2022 18:11:06 -0700 Subject: [PATCH] Add title attribute to entry links because text could be truncated --- template/templates/views/bookmark_entries.html | 2 +- template/templates/views/category_entries.html | 2 +- template/templates/views/feed_entries.html | 2 +- template/templates/views/history_entries.html | 2 +- template/templates/views/search_entries.html | 2 +- template/templates/views/shared_entries.html | 2 +- template/templates/views/unread_entries.html | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/template/templates/views/bookmark_entries.html b/template/templates/views/bookmark_entries.html index 7bce694d..0265615d 100644 --- a/template/templates/views/bookmark_entries.html +++ b/template/templates/views/bookmark_entries.html @@ -19,7 +19,7 @@ {{ if ne .Feed.Icon.IconID 0 }} {{ .Feed.Title }} {{ end }} - {{ .Title }} + {{ .Title }} {{ .Feed.Category.Title }} diff --git a/template/templates/views/category_entries.html b/template/templates/views/category_entries.html index 7041e19f..7785ee67 100644 --- a/template/templates/views/category_entries.html +++ b/template/templates/views/category_entries.html @@ -53,7 +53,7 @@ {{ if ne .Feed.Icon.IconID 0 }} {{ .Feed.Title }} {{ end }} - {{ .Title }} + {{ .Title }} {{ .Feed.Category.Title }} diff --git a/template/templates/views/feed_entries.html b/template/templates/views/feed_entries.html index 0a731551..7a900b4e 100644 --- a/template/templates/views/feed_entries.html +++ b/template/templates/views/feed_entries.html @@ -81,7 +81,7 @@ {{ if ne .Feed.Icon.IconID 0 }} {{ .Feed.Title }} {{ end }} - {{ .Title }} + {{ .Title }} {{ .Feed.Category.Title }} diff --git a/template/templates/views/history_entries.html b/template/templates/views/history_entries.html index 1e08387c..59ab921c 100644 --- a/template/templates/views/history_entries.html +++ b/template/templates/views/history_entries.html @@ -35,7 +35,7 @@ {{ if ne .Feed.Icon.IconID 0 }} {{ .Feed.Title }} {{ end }} - {{ .Title }} + {{ .Title }} {{ .Feed.Category.Title }} diff --git a/template/templates/views/search_entries.html b/template/templates/views/search_entries.html index 481b542b..b5e23d66 100644 --- a/template/templates/views/search_entries.html +++ b/template/templates/views/search_entries.html @@ -19,7 +19,7 @@ {{ if ne .Feed.Icon.IconID 0 }} {{ .Feed.Title }} {{ end }} - {{ .Title }} + {{ .Title }} {{ .Feed.Category.Title }} diff --git a/template/templates/views/shared_entries.html b/template/templates/views/shared_entries.html index 0998bcf9..70757a94 100644 --- a/template/templates/views/shared_entries.html +++ b/template/templates/views/shared_entries.html @@ -32,7 +32,7 @@ {{ if ne .Feed.Icon.IconID 0 }} {{ .Feed.Title }} {{ end }} - {{ .Title }} + {{ .Title }} {{ if .ShareCode }} {{ end }} - {{ .Title }} + {{ .Title }} {{ .Feed.Category.Title }}