projects
/
pggit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c9da92
)
Add .git suffix to gitweb links, another oops due to the namespace
author
Magnus Hagander
<magnus@hagander.net>
Mon, 15 Jun 2009 12:25:32 +0000
(14:25 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Mon, 15 Jun 2009 12:25:32 +0000
(14:25 +0200)
changes...
gitadmin/adm/templates/index.html
patch
|
blob
|
blame
|
history
diff --git
a/gitadmin/adm/templates/index.html
b/gitadmin/adm/templates/index.html
index e072b463a8ab8e0bf05ecc82200a107a4a72efcf..8578bf0af14728b38554f4a2534d679608610adf 100644
(file)
--- a/
gitadmin/adm/templates/index.html
+++ b/
gitadmin/adm/templates/index.html
@@
-13,7
+13,7
@@
<tr>
<td>{%if r.perm %}<a href="repo/{{r.repoid}}/">{{r.name}}</a>{%else%}{{r.name}}{%endif%}</td>
<td>{{r.description}}</td>
- <td>{%if r.web %}<a href="/gitweb?p={{r.name}};a=summary">url</a>{%endif%}</td>
+ <td>{%if r.web %}<a href="/gitweb?p={{r.name}}
.git
;a=summary">url</a>{%endif%}</td>
<td>{%if r.anonymous %}<a href="git://git.postgresql.org/git/{{r.name}}">url</a>{%endif%}</td>
<td>{{r.approved|yesno:"Yes,No"}}</td>
</tr>