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

Adds aria label for SPARQL query #429

Merged
merged 1 commit into from
Aug 23, 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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 1.7.5 - 2024-08

- (Dan) Adds `aria-label` link attributes on the about page to SPARQL link
[GH-413](https://github.com/epimorphics/ukhpi/issues/413)
- (Bogdan) Fixed a bug where CSS was being applied to the wrong element [GH-412](https://github.com/epimorphics/ukhpi/issues/412)
- (Bogdan) Fixed type in aria-label text [GH-416](https://github.com/epimorphics/ukhpi/issues/416)
- (Bogdan) Fixed a duplicate character bug when selecting dates
Expand Down
2 changes: 1 addition & 1 deletion app/views/doc/_about_ukhpi_en.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
%h2.heading-medium SPARQL
%p
Alongside the report builder we have created a
= link_to "SPARQL query page", "/app/qonsole"
= link_to("SPARQL query page", "/app/qonsole", 'aria-label' => 'SPARQL query page')
that you can use to try out some example SPARQL queries or create your own.
%p
We also have made a SPARQL endpoint available. You can use the following URL address in
Expand Down