Skip to content

Commit

Permalink
Merge pull request PGScatalog#344 from fyvon/fix/new_releases_traits_…
Browse files Browse the repository at this point in the history
…hotfix

New traits in releases stats page hotfix
  • Loading branch information
fyvon authored Apr 2, 2024
2 parents 81342af + ee849c9 commit d058b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/templates/catalog/releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h3 class="pt-4" style="font-weight:200;border-top:2px dashed #CCC"><i class="fa
{% endif %}
</td>
<td>
{% if latest_release.efotrait_count > 0 %}
{% if release.efotrait_count > 0 %}
<span class="badge badge-pill badge-pgs-2">{{ release.efotrait_count }}</span>
<a class="toggle_btn pgs_btn_plus get_pgs_ids pgs_no_icon_link ml-1" id="release_trait_{{ release.date|date:'Y-m-d' }}" data-toggle="tooltip" title="Click to display the list of Trait IDs"></a>
<div class="toggle_list mt-2" style="text-align:left" id="list_release_trait_{{ release.date|date:'Y-m-d' }}"></div>
Expand Down

0 comments on commit d058b3d

Please sign in to comment.