Skip to content

Commit

Permalink
fix: update pooling tab wording
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHulme committed Dec 4, 2024
1 parent 581a0ba commit 60b513d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/plates/_pooling_tab.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<ul id="pools-information" class="list-group list-group-flush">
<li class="pool-tab-description">Pools queued by requests</li>
<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 60b513d

Please sign in to comment.