app/soc/templates/soc/request/list/heading.html
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 26 Oct 2009 10:10:23 -0700
changeset 3060 cb99e94dd73c
parent 1965 a0eb42b003c1
permissions -rw-r--r--
Request lists now show display name as well as the link id. Fixes Issue 375.
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">
1965
a0eb42b003c1 Requests now link to a user's profile
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1686
diff changeset
     2
  <th class="first" align="right">Role</th>
a0eb42b003c1 Requests now link to a user's profile
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1686
diff changeset
     3
  <th>User</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>