Skip to content

Commit

Permalink
adds underline to help link
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCouzens committed Aug 12, 2024
1 parent b1c118a commit 9218397
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 1.5.2 - 2023-11-27

- (Dan) Adds underline text to laning page of standard reports and to help link[114](https://github.com/epimorphics/standard-reports-ui/issues/114)

## 1.5.2 - 2023-11-27

- (Jon) Updated the `lr_common_styles` gem to the latest 1.9.3 patch release.

## 1.5.1 - 2023-11-23
Expand Down
2 changes: 1 addition & 1 deletion app/views/report_design/_help.html.haml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.o-help-link
= link_to( "help", "https://www.gov.uk/guidance/price-paid-data-standard-reports#guidance-on-searching-the-data" )
= link_to( "help", "https://www.gov.uk/guidance/price-paid-data-standard-reports#guidance-on-searching-the-data", class: "text-link" )

0 comments on commit 9218397

Please sign in to comment.