Thursday 4 May 2017

show elemnt on specifique user with nodejs

Hello i'm building a social app and under each image i have a comment section.I want to render every comment and to include a delete button only to the user that made the comment.Can anyone help me handle this? here is how i render the comments:

    
<div class="comments clearfix">
<img src="" class="logo">
<span><strong></strong><br> </span>
</div>


`



via thomas g

No comments:

Post a Comment