Skip to content

Commit

Permalink
Merge pull request #2080 from sanger/Y24-051-indicate-planned-pools
Browse files Browse the repository at this point in the history
Y24-051: Add description to pools tab
  • Loading branch information
StephenHulme authored Dec 16, 2024
2 parents 5b89593 + 60b513d commit 2c46c85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/frontend/stylesheets/limber/screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,12 @@ form + .btn-block {
}
}

.pool-tab-description {
@extend .list-group-item;
@extend .list-group-item-light;
@extend .small;
}

#ongoing_plate_purposes,
#ongoing_tube_purposes {
height: 33vh;
Expand Down
1 change: 1 addition & 0 deletions app/views/plates/_pooling_tab.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<ul id="pools-information" class="list-group list-group-flush">
<li class="pool-tab-description">Future pools, as specified in submission</li>
<% plate_presenter.pools.each do |pool| -%>
<li data-pool="<%= pool.id %>" class='list-group-item pool-colours'>
<div class="pool-data">
Expand Down

0 comments on commit 2c46c85

Please sign in to comment.