mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
add gist token permission required tip
This commit is contained in:
parent
8ab589fbc0
commit
00745195b6
@ -57,7 +57,7 @@ section.settings-group
|
|||||||
input.form-control(type='text' ng-model='gistToken' ng-readonly='syncOptions == "sync"' placeholder="Gist Token")
|
input.form-control(type='text' ng-model='gistToken' ng-readonly='syncOptions == "sync"' placeholder="Gist Token")
|
||||||
span.help-block
|
span.help-block
|
||||||
a(href="https://github.com/settings/tokens/new" role="button" target="_blank")
|
a(href="https://github.com/settings/tokens/new" role="button" target="_blank")
|
||||||
| {{ 'Create a token that manages the Gist.'}}
|
| {{ 'Create a token that manages the Gist.(Only gist permission is required.)'}}
|
||||||
div(ng-show='syncOptions == "pristine" || syncOptions == "disabled"')
|
div(ng-show='syncOptions == "pristine" || syncOptions == "disabled"')
|
||||||
p.help-block(omega-html='"options_syncPristineHelp" | tr')
|
p.help-block(omega-html='"options_syncPristineHelp" | tr')
|
||||||
p
|
p
|
||||||
|
Loading…
Reference in New Issue
Block a user