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 a639ec8 Show action details
a639ec8 is described below
commit a639ec859b16d47b05f5de317573b1f43a692ec6
Author: Sebb <[email protected]>
AuthorDate: Tue Sep 18 13:28:27 2018 +0100
Show action details
---
www/roster/views/ppmc/mod.js.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/roster/views/ppmc/mod.js.rb b/www/roster/views/ppmc/mod.js.rb
index 219ff46..07b52aa 100644
--- a/www/roster/views/ppmc/mod.js.rb
+++ b/www/roster/views/ppmc/mod.js.rb
@@ -81,7 +81,7 @@ class PPMCMod < Vue
remove_from << 'mentor'
end
- _button.btn.btn_primary 'Remove from project', onClick: self.post,
+ _button.btn.btn_primary "Remove from project
(#{remove_from.join(', ')})", onClick: self.post,
data_action: "remove #{remove_from.join(' ')}"
end
end