Skip to content

Commit

Permalink
fixed download column in BlueGrey template when no link is generated
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Feb 11, 2011
1 parent 9ea3591 commit e23210d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions templates/BlueGrey/directory.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,14 @@ e-node=<img class="icon" border="0" width="24" height="22" src="[websvn:locwebsv
[websvn-endtest]
<td><a href="[websvn:logurl]">[lang:LOG]</a></td>
[websvn-test:allowdownload]
<td>
[websvn-test:downloadurl]
<td><a href="[websvn:downloadurl]" rel="nofollow">[lang:DOWNLOAD]</a></td>
<a href="[websvn:downloadurl]" rel="nofollow">[lang:DOWNLOAD]</a>
[websvn-endtest]
[websvn-test:downloadplainurl]
<td><a href="[websvn:downloadplainurl]" rel="nofollow">[lang:DOWNLOAD]</a></td>
<a href="[websvn:downloadplainurl]" rel="nofollow">[lang:DOWNLOAD]</a>
[websvn-endtest]
</td>
[websvn-endtest]
[websvn-test:clientrooturl]
<td><a href="[websvn:clientrooturl][websvn:path]">SVN</a></td>
Expand Down

0 comments on commit e23210d

Please sign in to comment.