We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c003e77 commit 8471298Copy full SHA for 8471298
in/index.tt
@@ -7,20 +7,20 @@
7
<thead>
8
<tr>
9
<th>ID</th>
10
+ <th>Title</th>
11
<th>Status</th>
12
<th>Author(s)</th>
13
<th>Sponsor</th>
- <th>Title</th>
14
</tr>
15
</thead>
16
<tbody>
17
[% FOR ppc IN ppcs -%]
18
19
<td>[% ppc.id | html %]</td>
20
+ <td><a href="./[% ppc.slug %]/">[% ppc.title | html %]</a></td>
21
<td>[% ppc.status | html %]</td>
22
<td>[% ppc.author | html %]</td>
23
<td>[% ppc.sponsor | html %]</td>
- <td><a href="./[% ppc.slug %]/">[% ppc.title | html %]</a></td>
24
25
[% END -%]
26
</tbody>
0 commit comments