You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sebastian Bazley <se...@apache.org> on 2016/03/28 21:16:01 UTC

[whimsy.git] [1/1] Commit 05bbc40: Missing space; standardise on single quotes

Commit 05bbc40232cff11e4b31625b41d3f1ccaf7e486c:
    Missing space; standardise on single quotes


Branch: refs/heads/master
Author: Sebb <se...@apache.org>
Committer: Sebb <se...@apache.org>
Pusher: sebb <se...@apache.org>

------------------------------------------------------------
www/roster/views/committee.js.rb                             | + -
www/roster/views/pmc/confirm.js.rb                           | + -
------------------------------------------------------------
4 changes: 2 additions, 2 deletions.
------------------------------------------------------------


diff --git a/www/roster/views/committee.js.rb b/www/roster/views/committee.js.rb
index f28da2a..4f6ee52 100644
--- a/www/roster/views/committee.js.rb
+++ b/www/roster/views/committee.js.rb
@@ -383,7 +383,7 @@ def render
           end
 
           _div.modal_footer do
-            _button.btn.btn_default 'Cancel', data_dismiss:"modal"
+            _button.btn.btn_default 'Cancel', data_dismiss: 'modal'
             _button.btn @button, class: @color, onClick: self.post
           end
         end
diff --git a/www/roster/views/pmc/confirm.js.rb b/www/roster/views/pmc/confirm.js.rb
index 11a496e..cc78da3 100644
--- a/www/roster/views/pmc/confirm.js.rb
+++ b/www/roster/views/pmc/confirm.js.rb
@@ -23,7 +23,7 @@ def render
           end
 
           _div.modal_footer do
-            _button.btn.btn_default 'Cancel', data_dismiss:"modal"
+            _button.btn.btn_default 'Cancel', data_dismiss: 'modal'
             _button.btn @button, class: @color, onClick: self.post
           end
         end