Ensure tag and head lists have consistent columns on project summary page
--- a/templates/headlist.tpl
+++ b/templates/headlist.tpl
@@ -23,6 +23,7 @@
<tr>
{if $source == 'summary'}
<td><a href="{geturl project=$project action=heads}">…</a></td>
+ <td></td><td></td>
{else if $source == 'heads'}
<td><a href="{geturl project=$project action=heads page=$page+1}" title="Alt-n">{t}next{/t}</a></td>
<td></td><td></td>
--- a/templates/taglist.tpl
+++ b/templates/taglist.tpl
@@ -48,6 +48,7 @@
<tr>
{if $source == 'summary'}
<td><a href="{geturl project=$project action=tags}">…</a></td>
+ <td></td><td></td><td></td>
{else if $source == 'tags'}
<td><a href="{geturl project=$project action=tags page=$page+1}" title="Alt-n">{t}next{/t}</a></td>
<td></td><td></td><td></td>