Skip to content

Commit

Permalink
Add size to landing page and tidy it up a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldogsbody committed Mar 21, 2024
1 parent 69c6322 commit 41d5c1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/templates/datafile.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ <h1 class="mb-1 pb-1">{{ datafile.name }}</h1>
<div class="fw-bold d-inline">DOI:</div>&nbsp;<div class="d-inline"><a href="https://doi.org/{{datafile.doi}}">{{ datafile.doi }}</a></div>
</div>
{% endif %}
<div class="my-4">{{ datafile.description | nl2br}}</div>
<div class="my-4"><div class="fw-bold mb-0 pb-0">Description:</div>{{ datafile.description | nl2br}}</div>
<div><div class="fw-bold mb-0 pb-0">Size:</div>{{ datafile.size | safe}}</div>
<hr>
<h3>Get access</h3>
<div class="mb-5">
Expand Down

0 comments on commit 41d5c1c

Please sign in to comment.