Skip to content

Commit

Permalink
Made the name of the assignment link to assignment's page (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanciobanu committed May 16, 2013
1 parent 5be704e commit 46f362c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/templates/assignments_list_widget.hjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{{url}}
{{#each assignments}}
<tr>
<td>{{name}}</td>
<td><a href="{{../url}}{{id}}">{{name}}</a></td>
<td>{{deadline}}</td>
</tr>
{{/each}}

0 comments on commit 46f362c

Please sign in to comment.