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 1f3c7ed Provide a tooltip for notfound case
1f3c7ed is described below
commit 1f3c7edfa5d693ad7557e1683e319dcc4c924695
Author: Shane Curcuru <[email protected]>
AuthorDate: Sun Jun 4 18:11:50 2017 -0400
Provide a tooltip for notfound case
---
www/board/agenda/views/elements/pns.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/board/agenda/views/elements/pns.rb
b/www/board/agenda/views/elements/pns.rb
index 881fc90..ae644ea 100644
--- a/www/board/agenda/views/elements/pns.rb
+++ b/www/board/agenda/views/elements/pns.rb
@@ -7,7 +7,7 @@ class PodlingNameSearch < React
_span.pns title: 'podling name search' do
if Server.podlingnamesearch
if not @results
- _span "\u2718"
+ _abbr "\u2718", title: 'No PODLINGNAMESEARCH found'
elsif @results.resolution == 'Fixed'
_a "\u2714", href: 'https://issues.apache.org/jira/browse/' +
@results.issue
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].