From: Kevin Rosenberg Date: Thu, 6 Sep 2007 06:03:43 +0000 (-0600) Subject: change display of gitweb link X-Git-Tag: v2.5.6^0 X-Git-Url: http://git.kpe.io/?p=lml.git;a=commitdiff_plain;h=210683d2ee50a200409ee0c9fd7443178935d983 change display of gitweb link --- diff --git a/debian/changelog b/debian/changelog index a027e43..5a9dd6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-lml (2.5.6-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Thu, 6 Sep 2007 00:02:13 -0600 + cl-lml (2.5.5-1) unstable; urgency=low * New upstream diff --git a/downloads.lisp b/downloads.lisp index 241dc66..62e70df 100644 --- a/downloads.lisp +++ b/downloads.lisp @@ -127,9 +127,9 @@ (display-header pkg-name dl-url) (map nil #'display-sections sects) (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))) (defun std-dl-page (pkg-name pkg-base dl-base dl-url &optional giturl gitweb)