Skip to content

Commit

Permalink
add links to Welsh language pages #233
Browse files Browse the repository at this point in the history
  • Loading branch information
ijdickinson committed Sep 21, 2020
1 parent 6c19164 commit 05f3d14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions app/assets/stylesheets/_lr-common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@ input[type=radio] {
.o-form-control {
line-height: 3rem;

.o-form-control--label {
}

.o-form-control--input {
margin-right: 0.8rem;
}
Expand Down
4 changes: 2 additions & 2 deletions app/views/landing/_index_cy.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
Cymorth a chefnogaeth
%p
Ceir
= link_to('canllaw defnyddwyr', '/app/doc/ukhpi-user-guide')
= link_to('canllaw defnyddwyr', doc_ukhpi_user_guide_path(lang: 'cy')
ar gyfer y gwasanaeth hwn, a gallwch
= succeed('.') do
= link_to('ddarllen rhagor am ddata cysylltiedig â Mynegai Prisiau Tai y DU', '/app/doc/ukhpi')
= link_to('ddarllen rhagor am ddata cysylltiedig â Mynegai Prisiau Tai y DU', ukhpi_doc_path(lang: 'cy')
I gael rhagor o gymorth,
= succeed '.' do
= mail_to('[email protected]', 'anfonwch ebost atom')
Expand Down
4 changes: 2 additions & 2 deletions app/views/landing/_index_en.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
%h2.heading-medium Help and support
%p
There is a
= link_to('user guide', '/app/doc/ukhpi-user-guide')
= link_to('user guide', doc_ukhpi_user_guide_path)
for this service, and you can
= succeed('.') do
= link_to('read more about UKHPI linked-data', '/app/doc/ukhpi')
= link_to('read more about UKHPI linked-data', ukhpi_doc_path)
For further assistance, please
= mail_to('[email protected]', 'send us an email')

Expand Down

0 comments on commit 05f3d14

Please sign in to comment.