Support for CVs

pull/1/head
Oliver Kennedy 2016-06-14 19:59:00 -04:00
parent 1b129ead2c
commit 042cfdbb53
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ module LabMetadata
def LabMetadata.link_for(person)
cname = @@cnames[person] || person
data = $db["lab/members"][cname]
raise "Unknown person '#{person}'" if data.nil?
if data.nil? then person else "<a class=\"lab_member\" href=\"#{GemSmith::root_path(data["link"])}\">#{person}</a>" end
end