Commit 6f80338e31c976221d899456c36b5830b1c807c5:
    hotlink svn repository


Branch: refs/heads/master
Author: Sam Ruby <[email protected]>
Committer: Sam Ruby <[email protected]>
Pusher: rubys <[email protected]>

------------------------------------------------------------
www/status/svn.cgi                                           | ++++++ -
------------------------------------------------------------
7 changes: 6 additions, 1 deletions.
------------------------------------------------------------


diff --git a/www/status/svn.cgi b/www/status/svn.cgi
index f83f9f1..94ac444 100755
--- a/www/status/svn.cgi
+++ b/www/status/svn.cgi
@@ -52,9 +52,14 @@ _html do
         end
 
         _tr_ class: color do
-          _td svn['url'], title: local
+          _td! title: local do
+            _a svn['url'], href: "https://svn.apache.org/repos/#{svn['url']}"
+          end
+
           _td local
+
           _td rev
+
           if local
             _td '(loading)'
           else

Reply via email to