Actions
Feature #2984
openhard-code link to personalgenomes.org/people
Status:
New
Priority:
Normal
Assigned To:
Phil Hodgson
Category:
Tapestry maintenance/fixes
Target version:
-
Start date:
06/05/2014
Due date:
% Done:
0%
Estimated time:
Story points:
-
Description
there is a hard-coded link to the personalgenomes.org "people" page which is currently a broken link, appearing on the "contact us" page, possibly elsewhere.
Updated by Phil Hodgson over 10 years ago
Occurs in two places:
- app/views/messages/new/html.erb
- app/views/participation_consents/show.html.erb
Either could be overridden by a particular site installation. It doesn't change the fact that what is in the default source code should at least be real URLs that work. I can of course change these two occurrences in the source code to be the correct one for Harvard's PGP, but perhaps this ought to be another config file URL?
Actions