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:
b486045
)
Move last updated into footer
author
Christian Hofstaedtler
<ch@grml.org>
Tue, 29 Nov 2011 10:49:20 +0000
(11:49 +0100)
committer
Christian Hofstaedtler
<ch@grml.org>
Tue, 29 Nov 2011 10:49:20 +0000
(11:49 +0100)
update.rb
patch
|
blob
|
history
diff --git
a/update.rb
b/update.rb
index
5aa5c4f
..
992d4ca
100755
(executable)
--- a/
update.rb
+++ b/
update.rb
@@
-115,7
+115,6
@@
template = ERB.new <<-EOF
<body>
<header>
<h1>All Grml packages</h1>
- <p>Last update: <%= Time.now.to_s %></p>
</header>
<div id="main">
<table>
@@
-145,6
+144,7
@@
template = ERB.new <<-EOF
</table>
</div>
<footer>
+ <p>Last update: <%= Time.now.to_s %></p>
</footer>
</body>
</html>