Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 2c4c71d

Browse files
committed
Add link for extra page
1 parent df7df54 commit 2c4c71d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

views/peer/instructor.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ <h2></h2>
55
<table class="table table-striped">
66
<tr>
77
<th>Name</th>
8+
<th>Extra**</th>
89
<th>Due</th>
910
<th>Description</th>
1011
</tr>
@@ -15,10 +16,17 @@ <h2></h2>
1516
>{{=assignment['name']}}</a
1617
>
1718
</td>
19+
<td>
20+
<a href="extra?assignment_id={{=assignment['id']}}"
21+
>{{=assignment['name']}} - Extra Info</a
22+
>
23+
</td>
24+
1825
<td>{{=assignment['duedate']}}</td>
1926
<td>{{=assignment['description']}}</td>
2027
</tr>
2128
{{pass}}
2229
</table>
2330

31+
<p>** Note: The Extra Info link for each peer assignment can be brought up on your phone or another device or in a different window, it contains information that you might not want to share with your students.</p>
2432
{{ end }}

0 commit comments

Comments
 (0)