Skip to content

Commit

Permalink
Merge pull request #122 from epimorphics/issue/115-improve-link-text
Browse files Browse the repository at this point in the history
Issue/115 improve link text
  • Loading branch information
DanielCouzens authored Aug 13, 2024
2 parents c6d68ea + 5a163af commit 7525f34
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Standard Reports UI: change log

## 1.5.3 - 2024-08

- (Dan) Adds more descriptive text to action buttons on the report page [115](https://github.com/epimorphics/standard-reports-ui/issues/115)

## 1.5.2 - 2023-11-27

- (Jon) Updated the `lr_common_styles` gem to the latest 1.9.3 patch release.
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ RUN apk add --update \
nodejs \
tzdata \
&& rm -rf /var/cache/apk/* \
&& gem update --system \
&& gem install rubygems-update -v 3.4.22 \
&& update_rubygems \
&& gem install bundler:$BUNDLER_VERSION \
&& bundle config --global frozen 1

Expand Down
2 changes: 1 addition & 1 deletion app/lib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Version
MAJOR = 1
MINOR = 5
PATCH = 2
PATCH = 3
SUFFIX = nil
VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}#{SUFFIX && ".#{SUFFIX}"}"
end
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 @@ -23,7 +23,7 @@
%details
%summary
%span.summary
Example of this report type
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 " )
%li
Expand All @@ -34,7 +34,7 @@
%details
%summary
%span.summary
Example of this report type
Clck 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 " )

Expand Down

0 comments on commit 7525f34

Please sign in to comment.