show supported sites

This commit is contained in:
Wingy 2020-11-05 17:42:24 -05:00
parent fca81ce279
commit 9dbea43066
5 changed files with 25 additions and 4 deletions

View file

@ -0,0 +1,9 @@
extends layout.pug
block content
if req.headers.referer
span.is-size-3(style='margin-top: 0; padding-top: 0;')
a(href=req.headers.referer) < Back
ul
for site of _CC.require('get-product-name').sites
li= site.name

View file

@ -178,7 +178,7 @@ block content
input.inline.button(type='submit' value='Move item down')
form(method='POST')
.field
label.label Item URL or Name
label.label Item URL or Name (<a href="/supported-sites">Supported Sites</a>)
.control.has-icons-left
input.input(
type='text',