Mercurial > p > roundup > code
comparison website/issues/html/issue.index.html @ 6348:510a94a2e6e7
Add nosy and priority fields to issue.index.html template
All fields in issue.search.html should now be represented in issue.index.html.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 21 Mar 2021 21:41:40 -0400 |
| parents | 17c2ed599d03 |
| children |
comparison
equal
deleted
inserted
replaced
| 6347:3b945aee0919 | 6348:510a94a2e6e7 |
|---|---|
| 27 <th tal:condition="request/show/id" i18n:translate="">ID</th> | 27 <th tal:condition="request/show/id" i18n:translate="">ID</th> |
| 28 <th tal:condition="request/show/creation" i18n:translate="">Creation</th> | 28 <th tal:condition="request/show/creation" i18n:translate="">Creation</th> |
| 29 <th tal:condition="request/show/activity" i18n:translate="">Activity</th> | 29 <th tal:condition="request/show/activity" i18n:translate="">Activity</th> |
| 30 <th tal:condition="request/show/actor" i18n:translate="">Actor</th> | 30 <th tal:condition="request/show/actor" i18n:translate="">Actor</th> |
| 31 <th tal:condition="request/show/title" i18n:translate="">Title</th> | 31 <th tal:condition="request/show/title" i18n:translate="">Title</th> |
| 32 <th tal:condition="request/show/components" i18n:translate="">Components</th> | 32 <th tal:condition="request/show/components" i18n:translate="">Components</th> |
| 33 <th tal:condition="request/show/versions" i18n:translate="">Versions</th> | 33 <th tal:condition="request/show/versions" i18n:translate="">Versions</th> |
| 34 <th tal:condition="request/show/status" i18n:translate="">Status</th> | 34 <th tal:condition="request/show/status" i18n:translate="">Status</th> |
| 35 <th tal:condition="request/show/priority" i18n:translate="">Priority</th> | |
| 35 <th tal:condition="request/show/resolution" i18n:translate="">Resolution</th> | 36 <th tal:condition="request/show/resolution" i18n:translate="">Resolution</th> |
| 36 <th tal:condition="request/show/creator" i18n:translate="">Creator</th> | 37 <th tal:condition="request/show/creator" i18n:translate="">Creator</th> |
| 38 <th tal:condition="request/show/nosy" i18n:translate="">Nosy</th> | |
| 37 <th tal:condition="request/show/assignee" i18n:translate="">Assigned To</th> | 39 <th tal:condition="request/show/assignee" i18n:translate="">Assigned To</th> |
| 38 <th tal:condition="request/show/keywords" i18n:translate="">Keywords</th> | 40 <th tal:condition="request/show/keywords" i18n:translate="">Keywords</th> |
| 39 <th tal:condition="request/show/dependencies" i18n:translate="">Depends On</th> | 41 <th tal:condition="request/show/dependencies" i18n:translate="">Depends On</th> |
| 40 <th tal:condition="request/show/type" i18n:translate="">Type</th> | 42 <th tal:condition="request/show/type" i18n:translate="">Type</th> |
| 41 </tr> | 43 </tr> |
| 67 tal:content="python:i.components.plain() or default"> </td> | 69 tal:content="python:i.components.plain() or default"> </td> |
| 68 <td tal:condition="request/show/versions" | 70 <td tal:condition="request/show/versions" |
| 69 tal:content="python:i.versions.plain() or default"> </td> | 71 tal:content="python:i.versions.plain() or default"> </td> |
| 70 <td tal:condition="request/show/status" | 72 <td tal:condition="request/show/status" |
| 71 tal:content="python:i.status.plain() or default"> </td> | 73 tal:content="python:i.status.plain() or default"> </td> |
| 74 <td tal:condition="request/show/priority" | |
| 75 tal:content="python:i.priority.plain() or default"> </td> | |
| 72 <td tal:condition="request/show/resolution" | 76 <td tal:condition="request/show/resolution" |
| 73 tal:content="python:i.resolution.plain() or default"> </td> | 77 tal:content="python:i.resolution.plain() or default"> </td> |
| 74 <td tal:condition="request/show/creator" | 78 <td tal:condition="request/show/creator" |
| 75 tal:content="python:i.creator.plain() or default"> </td> | 79 tal:content="python:i.creator.plain() or default"> </td> |
| 80 <td tal:condition="request/show/nosy" | |
| 81 tal:content="python:i.nosy.plain() or default"> </td> | |
| 76 <td tal:condition="request/show/assignee" | 82 <td tal:condition="request/show/assignee" |
| 77 tal:content="python:i.assignee.plain() or default"> </td> | 83 tal:content="python:i.assignee.plain() or default"> </td> |
| 78 <td tal:condition="request/show/keywords" | 84 <td tal:condition="request/show/keywords" |
| 79 tal:content="python:i.keywords.plain() or default"> </td> | 85 tal:content="python:i.keywords.plain() or default"> </td> |
| 80 <td tal:condition="request/show/dependencies" | 86 <td tal:condition="request/show/dependencies" |
