Skip to content

Commit

Permalink
styles the help button to match PPD
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCouzens committed Aug 13, 2024
1 parent c6d68ea commit f8c417f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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
5 changes: 4 additions & 1 deletion app/views/report_design/_help.html.haml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
.o-help-link
= link_to( "help", "https://www.gov.uk/guidance/price-paid-data-standard-reports#guidance-on-searching-the-data" )
= link_to "https://www.gov.uk/guidance/price-paid-data-standard-reports#guidance-on-searching-the-data", class: "button button--secondary", alt: "Help and tips", title: "Help and tips" do
%i.fa.fa-question-circle
help

0 comments on commit f8c417f

Please sign in to comment.