Replace unused showNames-area with new plugin-outlet

This commit is contained in:
Benjamin Kampmann 2015-08-19 12:44:12 +02:00
parent 3ba929de9a
commit a9c25afc29

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>