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 7930f90d ruby: fix `href` path to `committers` (#172)
7930f90d is described below
commit 7930f90da579bac63c29e2984f45027d0f05246d
Author: John Bampton <[email protected]>
AuthorDate: Tue Dec 6 22:25:04 2022 +1000
ruby: fix `href` path to `committers` (#172)
Thanks!
---
tools/moderationhelper.rb | 2 +-
www/roster/views/person/main.js.rb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/moderationhelper.rb b/tools/moderationhelper.rb
index b406c61e..b725cd5c 100755
--- a/tools/moderationhelper.rb
+++ b/tools/moderationhelper.rb
@@ -91,7 +91,7 @@ _html do
_ 'Some providers are known to block our emails as SPAM.'
_br
_ 'Please see the following for details: '
- _a 'email provider issues', href:
'../commiters/emailissues', target: '_blank'
+ _a 'email provider issues', href:
'../committers/emailissues', target: '_blank'
_ ' (opens in new page)'
end
end
diff --git a/www/roster/views/person/main.js.rb
b/www/roster/views/person/main.js.rb
index fa0b6ab4..df1cb8f7 100644
--- a/www/roster/views/person/main.js.rb
+++ b/www/roster/views/person/main.js.rb
@@ -167,7 +167,7 @@ class Person < Vue
_ 'Some providers are known to block our emails as SPAM.'
_br
_ 'Please see the following for details: '
- _a 'email provider issues', href: '../commiters/emailissues',
target: '_blank'
+ _a 'email provider issues', href: '../committers/emailissues',
target: '_blank'
_ ' (opens in new page)'
end
end