diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-27 04:35:09 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-27 04:35:09 +0000 |
| commit | 96935191ed1741aa2185a88deb32a5de4b824219 (patch) | |
| tree | 7c7b98ad1bb08eaa13adc8c758f8d294e5153b23 /views/user_solutions.hbs | |
| parent | e98dd69d697ebbcc62615de299a8d30bba801d7f (diff) | |
made a few adjustments, removed all avatar occurrences, a few other images for optimization and performance speed, replace pngs with svgs etc.
Diffstat (limited to 'views/user_solutions.hbs')
| -rw-r--r-- | views/user_solutions.hbs | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/views/user_solutions.hbs b/views/user_solutions.hbs index f50499f..7123533 100644 --- a/views/user_solutions.hbs +++ b/views/user_solutions.hbs @@ -37,7 +37,8 @@ <section id="sol-" class="col-md-10 col-md-offset-1 rounded"> <div class="post-info"> <div class=""> - <img class="img-responsive img-circle user-image" src="/assets/images/misc/user1.jpeg"> + <!-- Avatar code here + <img class="img-responsive img-circle user-image" src="/assets/images/misc/user1.jpeg">--> <p class="username">{{this.author}}</p> </div> @@ -78,8 +79,9 @@ <ul class="list-group"> {{#each this.comments}} <li class="list-group-item"> - <img src="/assets/images/misc/user3.jpeg" - class="img-responsive img-circle comment-user-img"> + <!-- 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}} |
