change display of gitweb link debian-1.6.3-1 v1.6.3
authorKevin Rosenberg <kevin@rosenberg.net>
Thu, 6 Sep 2007 06:01:22 +0000 (00:01 -0600)
committerKevin Rosenberg <kevin@rosenberg.net>
Thu, 6 Sep 2007 06:01:22 +0000 (00:01 -0600)
debian/changelog
downloads.lisp

index 798a79aa0be86421f0bacc8a7ee07e2565f3868c..a9267ec62071e8f5be4742cca86c208e7068eba3 100644 (file)
@@ -1,3 +1,9 @@
+cl-lml2 (1.6.3-1) unstable; urgency=low
+
+  * New upstream
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Thu,  6 Sep 2007 00:00:28 -0600
+
 cl-lml2 (1.6.2-1) unstable; urgency=low
 
   * New upstream
index 99445ef39ae9c305da39a7c78d3267911b516095..bac84bb967207cebff3faabb25a06f40aefccea7 100644 (file)
     (dolist (sect sects)
       (display-sections sect dl-data))
     (when giturl
-      (if gitweb
-          (lml-format "<h2>Git Repository</h2><tt><a href=\"~A\">~A</a></tt>" gitweb giturl)
-          (lml-format "<h2>Git Repository</h2><tt>~A</tt>" giturl)))
+      (lml-format "<h2>Git Repository</h2><tt>~A</tt>" giturl)
+      (when gitweb
+        (lml-format "&nbsp;&nbsp;[<a href=\"~A\">Browse</a>]" gitweb)))
     (display-footer dl-data)))
 
 (defun std-dl-page (pkg-name pkg-base dl-base dl-url &optional giturl gitweb)