diff options
Diffstat (limited to 'views/questions.hbs')
| -rw-r--r-- | views/questions.hbs | 12 |
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> |
