Calipseo is FAO web- based platform for national Fisheries Authorities to streamline management of fisheries data and the production, analysis and reporting of fishery statistics.
2
stars
0
forks
source link
[CALR-9] Fix hrefs to shiny module relative paths #9
Issue migrated from JIRA: https://sdlc.review.fao.org/jira/browse/CALR-9
Creator/Reporter: Emmanuel Blondel @eblondel
Assignee: Emmanuel Blondel @eblondel
Priority: High
Status: Done
Date of creation: 2021-11-02T20:58:29.000+0000
text <- paste0(text, "<a href=\"/?page=vessel-list\" style=\"float:right;font-weight:bold;\"><< Back to list of vessels")
becomes
ext <- paste0(text, "<a href=\"./?page=vessel-list\" style=\"float:right;font-weight:bold;\"><< Back to list of vessels")
text <- paste0(text, "<a href=\"/?page=vessel-list\" style=\"float:right;font-weight:bold;\"><< Back to list of vessels") becomes ext <- paste0(text, "<a href=\"./?page=vessel-list\" style=\"float:right;font-weight:bold;\"><< Back to list of vessels")