Fix actions, etc.

This commit is contained in:
2020-05-11 10:06:12 +02:00
parent 018132034d
commit 22300c2980
11 changed files with 30 additions and 24 deletions
@@ -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}}
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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>