mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Integrations UI fixes
This commit is contained in:
parent
670d20bda5
commit
3ed9e02ef1
2 changed files with 11 additions and 2 deletions
|
@ -40,7 +40,7 @@
|
||||||
<div class="gh-setting-first">
|
<div class="gh-setting-first">
|
||||||
<div class="gh-setting-content gh-setting-content--no-action">
|
<div class="gh-setting-content gh-setting-content--no-action">
|
||||||
<div class="gh-setting-title">Webhook URL</div>
|
<div class="gh-setting-title">Webhook URL</div>
|
||||||
<div class="gh-setting-desc mb0">Automatically send newly published posts to a channel in Slack or any Slack-compatible service like Discord or Mattermost.</div>
|
<div class="gh-setting-desc">Automatically send newly published posts to a channel in Slack or any Slack-compatible service like Discord or Mattermost.</div>
|
||||||
<div class="gh-setting-content-extended">
|
<div class="gh-setting-content-extended">
|
||||||
<GhFormGroup @errors={{this.slackSettings.errors}} @hasValidated={{this.slackSettings.hasValidated}} @property="url">
|
<GhFormGroup @errors={{this.slackSettings.errors}} @hasValidated={{this.slackSettings.hasValidated}} @property="url">
|
||||||
<GhTextInput
|
<GhTextInput
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
<div class="gh-setting-last">
|
<div class="gh-setting-last">
|
||||||
<div class="gh-setting-content gh-setting-content--no-action">
|
<div class="gh-setting-content gh-setting-content--no-action">
|
||||||
<div class="gh-setting-title">Username</div>
|
<div class="gh-setting-title">Username</div>
|
||||||
<div class="gh-setting-desc mb0">The username to display messages from</div>
|
<div class="gh-setting-desc">The username to display messages from</div>
|
||||||
<div class="gh-setting-content-extended">
|
<div class="gh-setting-content-extended">
|
||||||
<GhFormGroup @errors={{this.slackSettings.errors}} @hasValidated={{this.slackSettings.hasValidated}} @property="username">
|
<GhFormGroup @errors={{this.slackSettings.errors}} @hasValidated={{this.slackSettings.hasValidated}} @property="username">
|
||||||
<GhTextInput
|
<GhTextInput
|
||||||
|
|
9
ghost/admin/public/assets/img/mailchimp.svg
Normal file
9
ghost/admin/public/assets/img/mailchimp.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 17 KiB |
Loading…
Add table
Reference in a new issue