app/soc/templates/soc/grading_project_survey/list/row_manage_student_project.html
changeset 2729 f7d4e2c3b697
parent 2686 ada26cef0b06
--- a/app/soc/templates/soc/grading_project_survey/list/row_manage_student_project.html	Tue Aug 04 17:07:44 2009 +0200
+++ b/app/soc/templates/soc/grading_project_survey/list/row_manage_student_project.html	Tue Aug 04 21:29:49 2009 +0200
@@ -1,11 +1,10 @@
-<tr class="off" onmouseover="this.className='on'; do_redirect=true" onmouseout="this.className='off'"
- onclick="if (do_redirect) document.location.href='{{ list.redirect }}'" name="name">
+<tr class="off" onmouseover="this.className='on'" onmouseout="this.className='off'" name="name">
   <td><div class="title">{{ list.item.title }}</div></td>
   <td><div class="taken_by">{{ list.info.taken_by }}</div></td>
   <td><div class="taken_on">{{ list.info.taken_on }}</div></td>
   <td><div class="view_record">
   {% if list.info.record %}
-    Record Available (TBD: Record Showing)
+    <a href="{{ list.info.record_url }}">View Record</a>
   {% else %}
     No Record Available
   {% endif %}