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

[whimsy] 02/05: cleanup

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

rubys pushed a commit to branch roster_on_vue
in repository https://gitbox.apache.org/repos/asf/whimsy.git

commit b2a2a54ab1301ca017033f4ed22b01d4953478d6
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Sep 6 11:58:11 2017 -0400

    cleanup
---
 www/roster/views/committerSearch.js.rb | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/www/roster/views/committerSearch.js.rb b/www/roster/views/committerSearch.js.rb
index 5a12822..ef79755 100644
--- a/www/roster/views/committerSearch.js.rb
+++ b/www/roster/views/committerSearch.js.rb
@@ -109,10 +109,8 @@ class CommitterSearch < Vue
               end
 
               if @@add
-                _tr.alert_success do
-                  _td colspan: 4 do
-                    _span "Click on \u2795 to add."
-                  end
+                _tr do
+                  _td "Click on \u2795 to add.", colspan: 4
                 end
               end
             end

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