mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 17:40:05 -04:00
Update EditButton.svelte
This commit is contained in:
parent
5478fab758
commit
c4ad2c52b9
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
const endpoint = 'https://github.com/iptv-org/database/issues/new'
|
const endpoint = 'https://github.com/iptv-org/database/issues/new'
|
||||||
const title = `Edit: ${channel.name}`
|
const title = `Edit: ${channel.name}`
|
||||||
const labels = 'channels:edit'
|
const labels = 'channels:edit'
|
||||||
const template = 'channels_edit.yml'
|
const template = '__channels_edit.yml'
|
||||||
|
|
||||||
const editUrl = encodeURI(
|
const editUrl = encodeURI(
|
||||||
`${endpoint}?labels=${labels}&template=${template}&title=${title}&id=${channel.id}`
|
`${endpoint}?labels=${labels}&template=${template}&title=${title}&id=${channel.id}`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue