diff options
Diffstat (limited to 'views/user_solutions.hbs')
| -rw-r--r-- | views/user_solutions.hbs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/views/user_solutions.hbs b/views/user_solutions.hbs index 7123533..9d30d47 100644 --- a/views/user_solutions.hbs +++ b/views/user_solutions.hbs @@ -37,8 +37,6 @@ <section id="sol-" class="col-md-10 col-md-offset-1 rounded"> <div class="post-info"> <div class=""> - <!-- Avatar code here - <img class="img-responsive img-circle user-image" src="/assets/images/misc/user1.jpeg">--> <p class="username">{{this.author}}</p> </div> @@ -79,9 +77,6 @@ <ul class="list-group"> {{#each this.comments}} <li class="list-group-item"> - <!-- Avatar code here for comments --> - <!-- <img src="/assets/images/misc/user3.jpeg" - class="img-responsive img-circle comment-user-img"> --> <p class="comment-username"> <a href="/user_profile"> {{this.by}} |
