Fix template linting errors

This commit is contained in:
2019-03-26 23:07:19 +01:00
parent 487013f301
commit bfa0b350ac
6 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -52,7 +52,7 @@
{{!-- TODO: We need a better naming --}}
{{#if kredits.hasAccounts}}
<p class="actions">
{{#link-to 'proposals.new'}}Create new proposal{{/link-to}}
{{#link-to "proposals.new"}}Create new proposal{{/link-to}}
</p>
{{/if}}
</section>
@@ -66,7 +66,7 @@
<div class="content">
{{#if kredits.currentUser.isCore}}
{{add-contributor contributors=contributors save=(action 'save')}}
{{add-contributor contributors=contributors save=(action "save")}}
{{else}}
Only core team members can add new contributors. Please ask someone to set you up.
{{/if}}
+1 -1
View File
@@ -4,7 +4,7 @@
</header>
<div class="content">
{{add-proposal contributors=minedContributors save=(action 'save')}}
{{add-proposal contributors=minedContributors save=(action "save")}}
</div>
</section>