app/soc/templates/soc/request/list/heading.html
author Lennard de Rijk <ljvderijk@gmail.com>
Fri, 06 Mar 2009 15:23:22 +0000
changeset 1686 d9cc9f8ca19f
parent 1086 f48c2e5e17c2
child 1965 a0eb42b003c1
permissions -rw-r--r--
Added created_on DateTime property to request. As requested in Issue 302. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
495
87afae6e4c51 Added basic 'invite' functionality
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     1
<tr align="left">
918
295c0d4f6d98 Changed the request templates to match the changes to the model.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 562
diff changeset
     2
  <th class="first" align="right">User</th>
495
87afae6e4c51 Added basic 'invite' functionality
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     3
  <th>Role</th>
918
295c0d4f6d98 Changed the request templates to match the changes to the model.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 562
diff changeset
     4
  <th>For</th>
1086
f48c2e5e17c2 ^_^, fixed header in templates/soc/request/list/heading.html.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1085
diff changeset
     5
  <th>Status</th>
1686
d9cc9f8ca19f Added created_on DateTime property to request.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1086
diff changeset
     6
  <th>Created On</th>
495
87afae6e4c51 Added basic 'invite' functionality
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     7
</tr>