Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates alt text #131

Merged
merged 1 commit into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 1.5.3 - 2024-08

- (Dan) Updates alt text for screenshots of example reports [115](https://github.com/epimorphics/standard-reports-ui/issues/115)
- (Dan) Updates report page styles so links are underlined and gives download report page a seperate page title
- (Dan) Updates gemfile to use v1.9.5 lr_common_styles
- (Dan) Updates the page titles throughout the app [116](https://github.com/epimorphics/standard-reports-ui/issues/116)
Expand Down
4 changes: 2 additions & 2 deletions app/views/report_design/select_report.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
%span.summary
Click to view an example of the average prices and volumes report type
%div.panel
= image_tag( "average-prices-report-screenshot.png", alt: "Screenshot of example average prices report " )
= image_tag( "average-prices-report-screenshot.png", alt: "Screenshot of example average prices report. Excel table showing 2015 house prices and sales volumes for East Anglia counties including Cambridgeshire and Norfolk." )
%li{"aria-labelled-by": "banded-prices-report"}
.o-form-control
%label.o-form-control--label
Expand All @@ -38,7 +38,7 @@
%span.summary
Click to view an example of the banded prices report type
%div.panel
= image_tag( "banded-prices-report-screenshot.png", alt: "Screenshot of example banded prices report " )
= image_tag( "banded-prices-report-screenshot.png", alt: "Screenshot of example banded prices report. Excel table showing 2015 sales volumes by price band for different property types across East Anglia counties, including Cambridgeshire and Norfolk. " )

= layout_existing_values( @workflow )
= layout_submit_button