aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/search_result_page.html
AgeCommit message (Collapse)Author
2024-09-11Avoid loading fontawesome twice (it is in base) and change button class for ↵Pjotr Prins
purescript browser
2024-08-26Set fixed width of 500px for phenotype descriptionszsloan
2024-07-20Stop using the escape function for descriptions on the search result pagezsloan
Apparently escape is deprecated, and it's also introducing some issues. We may encounter other descriptions with problems as a result of this, but they should be fixed in a different way.
2024-06-27Set default value for Mean and Additive Effectzsloan
2024-06-27Add default value for location and symbolzsloan
Adding these in the DataTables column definitions is convenient because it means they don't need to be dealt with in the Python code
2024-02-21use font-awesome version 4.7.0Alexander_Kabui
2024-02-15fix font awesome package pathAlexander_Kabui
2024-02-14replace jquery-ui cdn with guix packagingAlexander_Kabui
2024-01-09Fix the way accession_id is set + update info link on correlation pagezsloan
2024-01-08Update DB info link on search result page and trait pagezsloan
2023-12-29Namespace all modules under gn2.Arun Isaac
We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service.