Fix actions, etc.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<ul class="external-accounts">
|
||||
{{#each this.model.accounts as |account|}}
|
||||
<li>
|
||||
<ExternalAccountLink @account={{this.account}} />
|
||||
<ExternalAccountLink @account={{account}} />
|
||||
</li>
|
||||
{{/each}}
|
||||
{{#if this.model.url}}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
</form>
|
||||
<p class="actions">
|
||||
<button disabled={{this.signupButtonDisabled}}
|
||||
{{on "click" this.completeSignup}}
|
||||
onclick={{action "completeSignup"}}
|
||||
type="button">
|
||||
Complete my profile
|
||||
</button>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
connecting one of the following accounts:
|
||||
</p>
|
||||
<p class="actions">
|
||||
<button {{on "click" this.connectGithub}} class="icon" type="button">
|
||||
<button onclick={{action "connectGithub"}} class="icon" type="button">
|
||||
<IconAccountGithubCom />
|
||||
Connect GitHub
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user