Skip to content

Commit 8471298

Browse files
davorgbook
authored andcommitted
Reorder columns
1 parent c003e77 commit 8471298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

in/index.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
<thead>
88
<tr>
99
<th>ID</th>
10+
<th>Title</th>
1011
<th>Status</th>
1112
<th>Author(s)</th>
1213
<th>Sponsor</th>
13-
<th>Title</th>
1414
</tr>
1515
</thead>
1616
<tbody>
1717
[% FOR ppc IN ppcs -%]
1818
<tr>
1919
<td>[% ppc.id | html %]</td>
20+
<td><a href="./[% ppc.slug %]/">[% ppc.title | html %]</a></td>
2021
<td>[% ppc.status | html %]</td>
2122
<td>[% ppc.author | html %]</td>
2223
<td>[% ppc.sponsor | html %]</td>
23-
<td><a href="./[% ppc.slug %]/">[% ppc.title | html %]</a></td>
2424
</tr>
2525
[% END -%]
2626
</tbody>

0 commit comments

Comments
 (0)