Skip to content

Commit

Permalink
feat: add feature request link in admin navbar (#676)
Browse files Browse the repository at this point in the history
* feat: add feature request link in admin navbar

* feat: update feature request link to go link
  • Loading branch information
karrui authored Nov 20, 2020
1 parent 5204307 commit 014efb8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/public/modules/core/componentViews/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
<!-- Web nav -->
<div class="form-navbar--right">
<div class="form-navbar__links">
<a
translate-attr="{ href: 'LINKS.FEATURE_REQ' }"
target="_blank"
class="form-navbar__link hidden-xs"
>
Feature Request
</a>
<a
ui-sref="examples"
class="form-navbar__link"
Expand Down
1 change: 1 addition & 0 deletions src/public/translations/en-SG/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"APP": {
"ROOT": "https://form.gov.sg"
},
"FEATURE_REQ": "https://go.gov.sg/form-featurerequest",
"COLLATE_TOOL": "https://collate.form.gov.sg",
"GO_GOV": "https://go.gov.sg",
"SUPPORT_FORM_LINK": "https://go.gov.sg/formsg-support",
Expand Down

0 comments on commit 014efb8

Please sign in to comment.