Commit de562c9e77ff0d92b4df05ef08893919411dd604:
Add missing LI tags; typo
Branch: refs/heads/master
Author: Sebb <[email protected]>
Committer: Sebb <[email protected]>
Pusher: sebb <[email protected]>
------------------------------------------------------------
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