Skip to content

Commit 5e935ca

Browse files
committed
remove triple stache usage
1 parent 6647ee2 commit 5e935ca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/templates/crate/owners.hbs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@
5757
{{/link-to}}
5858
</div>
5959
<div class='stats'>
60-
{{{ if user.email user.email "&nbsp;" }}}
60+
{{#if user.email}}
61+
{{user.email}}
62+
{{else}}
63+
&nbsp;
64+
{{/if}}
6165
</div>
6266
<div class='stats downloads'>
6367
<button class='remove-owner small yellow-button' {{action 'removeOwner' user}}>Remove</button>

0 commit comments

Comments
 (0)