Mercurial > addons > firefox-addons > feed-preview
diff web_resources/feed-preview.xhtml @ 1:1c31f4102408
Show a hint if the feed has no entries
author | Guido Berhoerster <guido+feed-preview@berhoerster.name> |
---|---|
date | Thu, 04 Oct 2018 09:40:26 +0200 |
parents | bc5cc170163c |
children | 5d7c13e998e9 |
line wrap: on
line diff
--- a/web_resources/feed-preview.xhtml Wed Oct 03 23:40:57 2018 +0200 +++ b/web_resources/feed-preview.xhtml Thu Oct 04 09:40:26 2018 +0200 @@ -43,6 +43,9 @@ </ul> </footer> </template> + <template id="no-entries-hint-template"> + <p id="no-entries-hint"></p> + </template> <template id="entry-file-template"> <li class="entry-file"><a class="entry-file-link" href="" title=""></a> <span class="entry-file-info"></span></li>