show supported sites
This commit is contained in:
parent
fca81ce279
commit
9dbea43066
5 changed files with 25 additions and 4 deletions
9
views/supported-sites.pug
Normal file
9
views/supported-sites.pug
Normal 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
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue