diff options
| author | kumar <kumar.damani@mail.utoronto.ca> | 2016-07-24 00:56:03 +0000 |
|---|---|---|
| committer | kumar <kumar.damani@mail.utoronto.ca> | 2016-07-24 00:56:03 +0000 |
| commit | fe51deb31bbcc90530617b2b8aa60caf17c76729 (patch) | |
| tree | 9027f2575490112dfb8bdf363e2bd02046cebd64 /views/exams.hbs | |
| parent | f94e655f733e3be2a5fa2b009e9899c1b8886f03 (diff) | |
| parent | 18b6e474fb64f7e9b4699d3bfbf3f5276e6996ad (diff) | |
a pull
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'views/exams.hbs')
| -rw-r--r-- | views/exams.hbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/exams.hbs b/views/exams.hbs index d7697c3..b5e5092 100644 --- a/views/exams.hbs +++ b/views/exams.hbs @@ -2,7 +2,7 @@ <div class = 'search container' id = 'solutions-div'> <h4 class='search-head'>Search results for "{{query}}"</h4> {{# each result}} - <a href="/questions/{{this.id}}"> + <a href="/questions/{{this.id}}"> <!--- Attaches exam id to url ---> <section class = 'solutions-card'> <h3 class = 'solutions-title'>{{this.title}}</h3> <p class = 'solutions-time' ><em>Term: </em>{{this.term}} {{this.year}}</p> |
