Merge pull request #3675 from ligthyear/patch-2

Replace unused showNames-if with new plugin-outlet on user-cards
This commit is contained in:
Robin Ward 2015-08-19 12:11:46 -04:00
commit 5c7056c15c
1 changed files with 2 additions and 4 deletions

View File

@ -16,10 +16,8 @@
{{#if user.title}}
<h2>{{user.title}}</h2>
{{/if}}
{{#if showName}}
<h2><a href={{user.path}} {{action "showUser"}}>{{name}}</a></h2>
{{/if}}
{{plugin-outlet "user-card-post-names"}}
</span>
</div>