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/02/28 20:17:21 UTC

[whimsy.git] [1/1] Commit de562c9: Add missing LI tags; typo

Commit de562c9e77ff0d92b4df05ef08893919411dd604:
    Add missing LI tags; typo


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

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


diff --git a/www/roster/views/committer.js.rb b/www/roster/views/committer.js.rb
index fd4fd50..93ac1af 100644
--- a/www/roster/views/committer.js.rb
+++ b/www/roster/views/committer.js.rb
@@ -6,7 +6,7 @@ def initialize
   def render
     # usage information for authenticated users (owner, secretary, etc.)
     if @auth
-      _div.alert.alert_success 'Double click on a fields in this color to edit.'
+      _div.alert.alert_success 'Double click on a field in this color to edit.'
     end
 
     _h2 "#{@committer.id}@apache.org"
@@ -41,7 +41,7 @@ def render
           _td 'Personal URL'
           _td do
             _ul @committer.urls do |url|
-              _a url, href: url
+              _li {_a url, href: url}
             end
           end
         end