Skip to content

Commit

Permalink
Merge branch 'master' into release-4.31
Browse files Browse the repository at this point in the history
  • Loading branch information
northwestwitch authored Mar 25, 2021
2 parents 3e73498 + 3817ae4 commit 199d5f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ About changelog [here](https://keepachangelog.com/en/1.0.0/)
- Missing inheritance models and custom inheritance models on newly created gene panels
- Accept only numbers in managed variants filter as position and end coordinates
- SNP id format and links in Variant page, ClinVar submission form and general report
- Case groups tooltip triggered only when mouse is on the panel header
### Changed
- A more compact case groups panel
- Added landscape orientation CSS style to cancer coverage and QC demo report
Expand Down
4 changes: 2 additions & 2 deletions scout/server/blueprints/cases/templates/cases/case.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ <h4 class="card-header">Case: {{case.display_name}}</h4>
{% endmacro %}

{% macro group_panel() %}
<div class="card panel-default" id="case_groups" data-toggle='tooltip' title="Group cases to share user variant assessments like comments, classification and dismissal. A case can be in multiple groups."">
<div class="panel-heading">
<div class="card panel-default" id="case_groups">
<div class="panel-heading" data-toggle='tooltip' title="Group cases to share user variant assessments like comments, classification and dismissal. A case can be in multiple groups.">
<span>
<i class="fa fa-users mr-1"></i>Group connected cases ({{case_groups|length}} groups)
</span>
Expand Down

0 comments on commit 199d5f0

Please sign in to comment.