Skip to content

Commit

Permalink
BsRequest state color as a hint in the watchlist
Browse files Browse the repository at this point in the history
  • Loading branch information
ncounter committed Apr 6, 2023
1 parent e4b3662 commit 4e1b69e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
- name = "##{item.number} #{helpers.request_type_of_action(item)}"
.d-flex.flex-row.flex-wrap.align-items-baseline.collapsible-tooltip-parent
= link_to(request_show_path(item.number), class: 'text-word-break-all') do
%i.fas.fa-code-pull-request.me-1
%i.fas.fa-code-pull-request.me-1.p-1.rounded-circle{ class: "bg-#{helpers.request_badge_color(item.state)}" }
= name
%i.fa.fa-question-circle.text-light.px-2.collapsible-tooltip{ title: 'Click to keep it open' }
= link_to('#', class: 'text-light ms-auto',
Expand Down

0 comments on commit 4e1b69e

Please sign in to comment.