projects
/
packages.grml.org.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30f80fc
)
fix repo link not visible when checkout is missing
author
Christian Hofstaedtler
<ch@grml.org>
Wed, 30 Nov 2011 23:33:53 +0000
(
00:33
+0100)
committer
Christian Hofstaedtler
<ch@grml.org>
Wed, 30 Nov 2011 23:33:53 +0000
(
00:33
+0100)
update.rb
patch
|
blob
|
history
diff --git
a/update.rb
b/update.rb
index
8092929
..
37a6066
100755
(executable)
--- a/
update.rb
+++ b/
update.rb
@@
-159,7
+159,7
@@
template = ERB.new <<-EOF
<tr>
<td><%= p[:name] %></td>
<td class="git"><% if p[:git_browser] %><a href="<%= p[:git_browser] %>">Git</a><% end %></td>
- <td class="download"><% if p[:
has_tags
] %><a href="<%= p[:repo_url] %>">Download</a><% end %></td>
+ <td class="download"><% if p[:
repo_url
] %><a href="<%= p[:repo_url] %>">Download</a><% end %></td>
<% if !p[:problem] %>
<td class="ok">Version <%= p[:git_version] %></td>
<% else %>