Skip to content

Commit

Permalink
Remove duplicate word on batches show page (#1441)
Browse files Browse the repository at this point in the history
Only relevant for the mobile layout
  • Loading branch information
Earlopain authored Jul 18, 2024
1 parent 0a2ffa8 commit b7018c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/good_job/batches/_jobs.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<span class="badge bg-primary text-dark font-monospace"><%= job.queue_name %></span>
</div>
<div class="col-4 col-lg-1 text-lg-end">
<div class="d-lg-none small text-muted mt-1"><%= t "good_job.models.job.priority" %>Priority</div>
<div class="d-lg-none small text-muted mt-1"><%= t "good_job.models.job.priority" %></div>
<span class="font-monospace fw-bold"><%= job.priority %></span>
</div>
<div class="col-4 col-lg-1 text-lg-end">
Expand Down

0 comments on commit b7018c1

Please sign in to comment.