-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add links to Welsh language pages #233
- Loading branch information
1 parent
6c19164
commit 05f3d14
Showing
3 changed files
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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') | ||
|
||
|