From 008a2884dafeeda17dbd59f28f2a98cb8836ed1b Mon Sep 17 00:00:00 2001 From: Adrienne Stilp Date: Mon, 25 Sep 2023 15:58:46 -0700 Subject: [PATCH] Add padding in between external link symbol and dbGaP accession --- primed/dbgap/tables.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/primed/dbgap/tables.py b/primed/dbgap/tables.py index 17820430..3874bd6f 100644 --- a/primed/dbgap/tables.py +++ b/primed/dbgap/tables.py @@ -233,10 +233,7 @@ def render_dbgap_phs(self, value): def render_dbgap_accession(self, value, record): return format_html( - """ - {} - - + """{} """.format( record.get_dbgap_link(), value )