aboutsummaryrefslogtreecommitdiff
path: root/views/questions.hbs
diff options
context:
space:
mode:
authorHumairAK <humair88@hotmail.com>2016-07-27 04:35:09 +0000
committerHumairAK <humair88@hotmail.com>2016-07-27 04:35:09 +0000
commit96935191ed1741aa2185a88deb32a5de4b824219 (patch)
tree7c7b98ad1bb08eaa13adc8c758f8d294e5153b23 /views/questions.hbs
parente98dd69d697ebbcc62615de299a8d30bba801d7f (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/questions.hbs')
-rw-r--r--views/questions.hbs12
1 files changed, 4 insertions, 8 deletions
diff --git a/views/questions.hbs b/views/questions.hbs
index ac94f8b..ebbbcc5 100644
--- a/views/questions.hbs
+++ b/views/questions.hbs
@@ -16,11 +16,8 @@
{{/if}}
{{/if}}
</div>
-
<div class="row">
- <a href="http://www.cs.toronto.edu/~fpitt/CSC148/20131/tests/test1-0101.pdf" target='_blank'><img src="/assets/images/exam.png" class='exam-img img-responsive exam-info'></a>
-
- <section class='exam-info'>
+ <section class='exam-info col-sm-6 col-sm-offset-3'>
<h3>{{examInfo.courseCode}}</h3>
<p>{{examInfo.term}} {{examInfo.year}} {{examInfo.type}}</p>
<p><em>Instructor(s): </em>{{examInfo.instructors}}</p>
@@ -30,14 +27,13 @@
<p><em>Question count:</em> {{examInfo.questionCount}}</p>
<form action="/user/follow_exam/{{examInfo.id}}" method = 'post'>
<input type="hidden" name="_csrf" value="{{ csrfToken }}">
- <button class="btn btn-primary" id="add-solution" type="submit">
+ <button class="btn btn-primary follow-exam-btn" id="add-solution" type="submit">
<h3>Follow Exam</h3>
</button>
-
</form>
</section>
</div>
-
+
<!-- QUESTION LISTINGS -->
{{#each query}}
<a href="/solutions/{{../examInfo.id}}/{{this.q_id}}">
@@ -47,7 +43,7 @@
<p><span class='questions-sol-num'>{{this.count}} solutions, </span> <span class = 'questions-comment'>{{this.comments}} comments</span></p>
</div>
<div class='pull-right right-arrow'>
- <img class='rounded' src="/assets/images/right-arrow.png">
+ <img class='rounded questions-arrow' src="/assets/images/right-arrow.svg">
</div>
</section>
</a>