This is an automated email from the ASF dual-hosted git repository.
curcuru 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 612fdaf9 Fix obvious typo
612fdaf9 is described below
commit 612fdaf907b6b14be35def6db7281b9c5641113a
Author: Shane Curcuru <[email protected]>
AuthorDate: Fri Jan 17 14:39:31 2025 -0500
Fix obvious typo
---
www/roster/views/orgchart.html.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/roster/views/orgchart.html.rb
b/www/roster/views/orgchart.html.rb
index 40f7ee12..9b694c7e 100644
--- a/www/roster/views/orgchart.html.rb
+++ b/www/roster/views/orgchart.html.rb
@@ -50,7 +50,7 @@ _html do
# Reports-To - clarifies orgchart reporting structure
_td do
- value['info']['reports-to'].nil? ? _('') : _a('reports to',
href: value['info']['reports-to'])
+ value['info']['reports-to'].nil? ? _('') :
_(value['info']['reports-to'])
end
# Website - often valuable to people looking for info