From: Kevin Rosenberg Date: Thu, 6 Sep 2007 06:01:22 +0000 (-0600) Subject: change display of gitweb link X-Git-Tag: v1.6.3^0 X-Git-Url: http://git.kpe.io/?p=lml2.git;a=commitdiff_plain;h=c995e5549929046c8133e920fa022bce324042e4 change display of gitweb link --- diff --git a/debian/changelog b/debian/changelog index 798a79a..a9267ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-lml2 (1.6.3-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Thu, 6 Sep 2007 00:00:28 -0600 + cl-lml2 (1.6.2-1) unstable; urgency=low * New upstream diff --git a/downloads.lisp b/downloads.lisp index 99445ef..bac84bb 100644 --- a/downloads.lisp +++ b/downloads.lisp @@ -133,9 +133,9 @@ (dolist (sect sects) (display-sections sect dl-data)) (when giturl - (if gitweb - (lml-format "

Git Repository

~A" gitweb giturl) - (lml-format "

Git Repository

~A" giturl))) + (lml-format "

Git Repository

~A" giturl) + (when gitweb + (lml-format "  [Browse]" gitweb))) (display-footer dl-data))) (defun std-dl-page (pkg-name pkg-base dl-base dl-url &optional giturl gitweb)