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/06 02:47:39 UTC

[whimsy.git] [1/1] Commit 44dbed9: Simplify

Commit 44dbed971c21fc89afe14b09681c9d74314b441c:
    Simplify


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

------------------------------------------------------------
www/roster/views/podlings.html.rb                            | + -
------------------------------------------------------------
2 changes: 1 additions, 1 deletions.
------------------------------------------------------------


diff --git a/www/roster/views/podlings.html.rb b/www/roster/views/podlings.html.rb
index f54e10e..76f5c41 100644
--- a/www/roster/views/podlings.html.rb
+++ b/www/roster/views/podlings.html.rb
@@ -51,7 +51,7 @@
   _h5_ do
     _ 'Click on a column heading to change the sort order ('
     color.each do |state, clazz|
-      _{"<span class='#{clazz}'>#{state}</span>"}
+      _span state, class: clazz
       _ " "
     end
     _ ")"