This repository has been archived on 2025-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
hymenobacterdotinfo/app/pods/protected/compare/template.hbs
2015-11-11 20:29:50 -07:00

14 lines
375 B
Handlebars

<h2>{{genus-name}} - Compare Strains</h2>
{{
protected/compare/select-form
characteristics=characteristics
strains=strains
selectedStrains=selectedStrains
selectedCharacteristics=selectedCharacteristics
on-search=(action "search")
update-strains=(action "updateStrainSelection")
update-characteristics=(action "updateCharacteristicSelection")
}}
{{outlet}}