Skip to content

Commit

Permalink
Add padding in between external link symbol and dbGaP accession
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Sep 25, 2023
1 parent a89c744 commit 008a288
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions primed/dbgap/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,7 @@ def render_dbgap_phs(self, value):

def render_dbgap_accession(self, value, record):
return format_html(
"""<a href="{}" target="_blank">
{}
<i class="bi bi-box-arrow-up-right"></i>
</a>
"""<a href="{}" target="_blank">{}<i class="bi bi-box-arrow-up-right ms-2"></i></a>
""".format(
record.get_dbgap_link(), value
)
Expand Down

0 comments on commit 008a288

Please sign in to comment.