Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Carlos Ribas
rnacentral-webcode
Commits
0c5008bd
Commit
0c5008bd
authored
Jun 21, 2021
by
carlosribas
Browse files
Add one more child in RNA type
parent
525a24ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
rnacentral/portal/static/js/components/text-search/text-search-results/text-search-results.html
.../text-search/text-search-results/text-search-results.html
+7
-0
No files found.
rnacentral/portal/static/js/components/text-search/text-search-results/text-search-results.html
View file @
0c5008bd
...
...
@@ -182,6 +182,13 @@
<li
style=
"list-style-type: none;"
>
<input
type=
"checkbox"
name=
"child3.label"
ng-checked=
"$ctrl.isFacetApplied('so_rna_type_name', child3.label)"
ng-click=
"$ctrl.facetSearch('so_rna_type_name', child3.label)"
>
<a
href=
""
ng-click=
"$ctrl.facetSearch('so_rna_type_name', child3.label)"
class=
"text-search-facet-link"
>
{{ $ctrl.prettySoLabel(child3.label) }}
<small>
({{ child3.count | number }})
</small></a>
<span
ng-if=
"child3.children.length > 0"
ng-click=
"$ctrl.toggleSubFacets(child3.label)"
id=
"toggle-{{child3.label}}"
style=
"cursor: pointer;"
><i
class=
"fa fa-minus text-muted"
></i></span>
<ul
ng-if=
"child.children.length > 0"
ng-repeat=
"child4 in child3.children"
style=
"padding-left: 14px;"
>
<li
style=
"list-style-type: none;"
>
<input
type=
"checkbox"
name=
"child4.label"
ng-checked=
"$ctrl.isFacetApplied('so_rna_type_name', child4.label)"
ng-click=
"$ctrl.facetSearch('so_rna_type_name', child4.label)"
>
<a
href=
""
ng-click=
"$ctrl.facetSearch('so_rna_type_name', child4.label)"
class=
"text-search-facet-link"
>
{{ $ctrl.prettySoLabel(child4.label) }}
<small>
({{ child4.count | number }})
</small></a>
</li>
</ul>
</li>
</ul>
</li>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment