Fix person_href

This commit is contained in:
Sarah Mei 2011-08-31 20:29:53 -07:00
parent b8ca4bfcab
commit 1e50137815

View file

@ -52,7 +52,7 @@ module PeopleHelper
end
def person_href(person, opts={})
link = "href='"
link = "href='/"
link += AppConfig.pod_url if opts[:absolute]
if person.local?
username = person.diaspora_handle.split('@')[0]