Skip to content

Commit

Permalink
Merge pull request #671 from UW-GAC/bugfix/fix-study-site-members-wit…
Browse files Browse the repository at this point in the history
…h-access-badge

Fix badge for consortium members with data access
  • Loading branch information
amstilp authored Jul 26, 2024
2 parents 173e301 + 3fc1bf1 commit 8cd1f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primed/templates/primed_anvil/studysite_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h2 class="accordion-header" id="headingMembersOne">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseMembersOne" aria-expanded="false" aria-controls="collapseMembersOne">
<span class="fa-solid fa-cloud-arrow-down mx-2"></span>
View consortium members with data access
<span class="badge mx-2 bg-secondary pill"> {{ tables.1.rows|length }}</span>
<span class="badge mx-2 bg-secondary pill"> {{ tables.3.rows|length }}</span>
</button>
</h2>
<div id="collapseMembersOne" class="accordion-collapse collapse" aria-labelledby="headingMembersOne" data-bs-parent="#accordionMembers">
Expand Down

0 comments on commit 8cd1f94

Please sign in to comment.