This is an automated email from the ASF dual-hosted git repository.
rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 8f68b60 more navigation links
8f68b60 is described below
commit 8f68b60b7981d02a599caffcd022a3f290f68cb9
Author: Sam Ruby <[email protected]>
AuthorDate: Sun Jun 4 08:07:42 2017 -0400
more navigation links
---
www/site.cgi | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/www/site.cgi b/www/site.cgi
index ac9a545..0dfeb5b 100755
--- a/www/site.cgi
+++ b/www/site.cgi
@@ -158,7 +158,9 @@ _html do
cols.each do |col|
cls = label(analysis, links, col, project)
_tr do
- _td col.capitalize
+ _td do
+ _a col.capitalize, href: "../check/#{col}"
+ end
if links[col] =~ /^https?:/
_td class: cls do
@@ -202,7 +204,7 @@ _html do
sites.each do |n, links|
_tr class: label(analysis, links, col, n) do
_td do
- _a links['display_name'], href: links['uri']
+ _a links['display_name'], href: "../project/#{n}"
end
if links[col] =~ /^https?:/
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].