Merge pull request #3675 from ligthyear/patch-2
Replace unused showNames-if with new plugin-outlet on user-cards
This commit is contained in:
commit
5c7056c15c
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue