How to display post's delete button for only post's author in Ember.js
问题 Hello I've been stuck for days how to display a post's delete button only for the post's author in Ember.js (I'm using ember-cli to build this). I don't know where to put the logic of " When hovering a post (list), if the post's author is equal to currently logged in user, then display the delete button " I am lost. Please help me. in template app/templates/posts.hbs {{#each}} <div class="eachPost"> {{#view 'posts'}} <div class="postProfilePhoto"> {{#link-to 'users' }} <img src="" alt=