mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 16:18:42 -05:00
9 lines
399 B
Handlebars
9 lines
399 B
Handlebars
<h3>{{i18n admin.api.long_title}}</h3>
|
|
{{#if content.keyExists}}
|
|
<strong>{{i18n admin.api.key}}:</strong> {{content.key}}
|
|
<button {{action regenerateKey target="content"}}>{{i18n admin.api.regenerate}}</button>
|
|
<p>{{{i18n admin.api.note_html}}}</p>
|
|
{{else}}
|
|
<p>{{{i18n admin.api.info_html}}}</p>
|
|
<button {{action generateKey target="content"}}>{{i18n admin.api.generate}}</button>
|
|
{{/if}}
|