Skip to content

Commit

Permalink
Merge pull request #12 from minh-biocommons/main
Browse files Browse the repository at this point in the history
Update from feedback
  • Loading branch information
supernord authored Apr 11, 2024
2 parents e0e2a1c + 83ae8ef commit e301643
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
19 changes: 8 additions & 11 deletions _includes/table.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h2>Relevant tools and resources</h2>
<tr>
<th colspan="14">
<div class="d-flex align-items-center">
<div class="py-2">Filter by Topic(s):</div>
<div class="py-2">Filter results by topic(s):</div>
<div
class="btn-group btn-group-sm mx-3"
role="group"
Expand All @@ -84,7 +84,7 @@ <h2>Relevant tools and resources</h2>
autocomplete="off"
checked
/>
<label class="btn btn-outline-dark btn-toggle" for="btnradio1"
<label class="btn btn-outline-primary btn-toggle" for="btnradio1"
>and</label
>

Expand All @@ -95,12 +95,12 @@ <h2>Relevant tools and resources</h2>
id="btnradio2"
autocomplete="off"
/>
<label class="btn btn-outline-dark btn-toggle" for="btnradio2"
<label class="btn btn-outline-primary btn-toggle" for="btnradio2"
>or</label
>
</div>
<div class="filter-message fw-medium text-black-50">
Please click on a topic to filter results by topics
Select one or more topics from the Topic(s) column
</div>
<div class="clear-all-button text-danger fw-medium me-2">
Clear All Filters
Expand Down Expand Up @@ -180,7 +180,7 @@ <h2>Relevant tools and resources</h2>
<td class="dt-center">
{% if tool.topics %} {%- for topic in tool.topics %}
<button
class="btn btn-light badge topic-badge text-bg-light mb-2 text-wrap text-center"
class="btn btn-light badge border border-dark text-dark mb-2 text-wrap text-center topic-badge"
>
{{topic}}
</button>
Expand Down Expand Up @@ -370,16 +370,13 @@ <h5 class="modal-title">Publications</h5>
new $.fn.dataTable.Buttons(table, {
buttons: [
{
extend: "copy",
className: "btn btn-light",
},
{
extend: "csv",
extend: "colvis",
className: "btn btn-light",
},
{
extend: "colvis",
extend: "colvisRestore",
className: "btn btn-light",
text: "Reset column visibility"
},
],
});
Expand Down
2 changes: 2 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This page lists bioinformatics tools and software that are installed across seve
>
Can’t find the software you need? Click here to see other options for
finding software.
<i class="fa-solid fa-circle-chevron-down ms-1"></i>
</button>
<div class="collapse" id="collapse1">
<div class="card card-body">
Expand Down Expand Up @@ -52,6 +53,7 @@ This page lists bioinformatics tools and software that are installed across seve
>
Click to find out how to request installation of software on ToolFinder
listed infrastructures.
<i class="fa-solid fa-circle-chevron-down ms-1"></i>
</button>
<div class="collapse" id="collapse2">
<div class="card card-body">
Expand Down

0 comments on commit e301643

Please sign in to comment.