Skip to content
This repository has been archived by the owner on Nov 16, 2017. It is now read-only.

Commit

Permalink
fixing top align
Browse files Browse the repository at this point in the history
  • Loading branch information
sdague committed May 4, 2008
1 parent ebaf56c commit 1bbd8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/invite_helper.rb
Expand Up @@ -51,7 +51,7 @@ def list_by_state(state)
end

def format_invitee(r)
return "<tr><td>#{r.person.name or r.person.email}</td><td>#{r.num or 1}</td><td>#{r.response}</td></tr>"
return "<tr valign='top'><td>#{r.person.name or r.person.email}</td><td>#{r.num or 1}</td><td>#{r.response}</td></tr>"
end

end

0 comments on commit 1bbd8f0

Please sign in to comment.