aboutsummaryrefslogtreecommitdiff
path: root/views/user_solutions.hbs
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-27 12:35:37 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-27 12:35:37 +0000
commit1b325bbc5a5db4ff664709e8b08d12cac524c19c (patch)
tree50def67d1148b8bbf0c8caaf3a6d262d20685770 /views/user_solutions.hbs
parent4854a31eb0e2378360b51230911e5b9e3027e978 (diff)
Removed unnecessary comments from layout files
Diffstat (limited to 'views/user_solutions.hbs')
-rw-r--r--views/user_solutions.hbs5
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}}