Skip to content

Commit

Permalink
Merge pull request #13699 from hellcp-work/superseded-link
Browse files Browse the repository at this point in the history
Colour the superseded by links in a badge correctly
  • Loading branch information
Dany Marcoux committed Jan 17, 2023
2 parents d6b201d + 5b05ac4 commit e98914e
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 e98914e

Please sign in to comment.