aboutsummaryrefslogtreecommitdiff
path: root/views/user_solutions.hbs
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-27 08:59:55 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-27 08:59:55 +0000
commit197e17a7bcbb5459897b7f334a790706c064c31c (patch)
treeaf4c3ebb095261dceac8fd00229d01bf1282f3d1 /views/user_solutions.hbs
parentb0cbe2db0ee3311fc028e7229749726d4cfe6973 (diff)
parent21a885311321299163b4cae69d672baaddfba37b (diff)
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'views/user_solutions.hbs')
-rw-r--r--views/user_solutions.hbs8
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}}