mirror of
https://github.com/karl0ss/JDRssDownloader.git
synced 2025-04-27 11:59:23 +01:00
26 lines
622 B
Plaintext
26 lines
622 B
Plaintext
extends layout
|
|
|
|
block layout-content
|
|
div.View
|
|
h1.Banner Feed Cache
|
|
if (feedCache.length==0)
|
|
div.Message
|
|
h2 No shows in Feed Cache
|
|
else
|
|
div.Message
|
|
table
|
|
thead
|
|
tr
|
|
th Show Name
|
|
//- th Remove
|
|
tbody
|
|
each val, key in feedCache
|
|
tr
|
|
td
|
|
a(href=val.link
|
|
target="_blank") #{val.title}
|
|
//- td
|
|
//- a(href='/retryCache/remove?name=' + val.newtitle) Remove
|
|
div.NavButtons
|
|
a(href="/")
|
|
div.NavButton Home |