aboutsummaryrefslogtreecommitdiff
path: root/views/exams.hbs
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-24 00:56:53 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-24 00:56:53 +0000
commit39afbefe2ea5b7a105c352049a4a4a171502e880 (patch)
treec973111431d2f69bae4a7be57f05fd3a773da94f /views/exams.hbs
parentdbdcb21969ffd5540bd310b14ee2348adac24b5c (diff)
parent18b6e474fb64f7e9b4699d3bfbf3f5276e6996ad (diff)
Merged get_exam_byID
Diffstat (limited to 'views/exams.hbs')
-rw-r--r--views/exams.hbs2
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>