Skip to content

Commit

Permalink
Colour the superseded by links in a badge correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
hellcp-work committed Jan 17, 2023
1 parent ace75a3 commit 5b05ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/views/webui/request/beta_show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
= @bs_request.state
- if @bs_request.superseded_by.present?
by
= link_to(@bs_request.superseded_by, number: @bs_request.superseded_by)
= link_to(@bs_request.superseded_by, { number: @bs_request.superseded_by }, class: 'link-light')
- if @staging_status
- staging_title = @staging_status[:title]
- staging_title[0].capitalize
Expand Down

0 comments on commit 5b05ac4

Please sign in to comment.