Skip to content

Commit

Permalink
Change column header (#2618)
Browse files Browse the repository at this point in the history
The second-to-last column of the ontology table is currently labeled "Re-Use", but it contains both the dashboard results and the license. I was in favor of separating those into separate columns, but there was concern that that would make the table too wide. The proposed compromise was to change the column header, as I have done.
address #2611
  • Loading branch information
nlharris authored Jul 9, 2024
1 parent c3ce92d commit 6363aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jQuery(document).ready(function() {
</th>
<th scope="col">
<span class="sort-button" title="Sort by status" data-sort="license" >
Re-Use <i class="bi-chevron-up" aria-hidden="true"></i>
OBO Principles <i class="bi-chevron-up" aria-hidden="true"></i>
</span>
</th>
<th scope="col">
Expand Down

0 comments on commit 6363aa6

Please sign in to comment.