Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Added link to mailgun domain
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzimon committed Nov 8, 2019
1 parent bfe134b commit 421809b
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions app/templates/components/gh-members-lab-setting.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,17 @@
<div class="f8 fw4 midgrey mt1">Your members will receive system emails from this address</div>
{{/gh-form-group}}
{{#if hasMailgunAPIKeyOption}}
{{#gh-form-group}}
<label class="fw6 f8">Mailgun domain</label>
{{gh-text-input
value=(readonly subscriptionSettings.mailgunDomain)
input=(action "setSubscriptionSettings" "mailgunDomain")
class="mt1"
}}
<a href="https://app.mailgun.com/app/sending/domains" target="_blank" class="mt1 fw4 f8">
Find your Mailgun domain here &raquo;
</a>
{{/gh-form-group}}
{{#gh-form-group}}
<label class="fw6 f8">Mailgun API key</label>
{{gh-text-input
Expand All @@ -199,15 +210,6 @@
Find your Mailgun API keys here &raquo;
</a>
{{/gh-form-group}}

{{#gh-form-group}}
<label class="fw6 f8">Mailgun domain</label>
{{gh-text-input
value=(readonly subscriptionSettings.mailgunDomain)
input=(action "setSubscriptionSettings" "mailgunDomain")
class="mt1"
}}
{{/gh-form-group}}
{{/if}}
</div>
{{/liquid-if}}
Expand Down

0 comments on commit 421809b

Please sign in to comment.