You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2017/09/09 11:39:15 UTC

[whimsy] branch master updated: Fix link to people

This is an automated email from the ASF dual-hosted git repository.

sebb 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 77d7b9d  Fix link to people
77d7b9d is described below

commit 77d7b9d5d1e503db06c452cf24beca7734f876ca
Author: Sebb <se...@apache.org>
AuthorDate: Sat Sep 9 12:39:12 2017 +0100

    Fix link to people
---
 www/roster/views/duties.html.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/roster/views/duties.html.rb b/www/roster/views/duties.html.rb
index 6898204..241aa5e 100644
--- a/www/roster/views/duties.html.rb
+++ b/www/roster/views/duties.html.rb
@@ -40,7 +40,8 @@ _html do
                     if value == 'tbd'
                       _span value
                     else
-                      _a value, href: "roster/#{value}"
+#                      TODO allow for multiple holders?
+                      _a value, href: "committer/#{value}"
                     end
                   end
                 elsif %w(reports-to).include? key

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].