Skip to content

Commit

Permalink
Add hardcoded link to user manual in Navbar (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Jul 1, 2019
1 parent 1e0a51e commit c4f6faa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 0 additions & 7 deletions config/cocoda.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -622,13 +622,6 @@
"de": "Datenschutz"
}
},
{
"url": "https://gbv.github.io/cocoda/",
"prefLabel": {
"en": "Help",
"de": "Hilfe"
}
},
{
"url": "https://goo.gl/forms/X3eNn2L6OARaKZGr2",
"prefLabel": {
Expand Down
6 changes: 6 additions & 0 deletions src/components/TheNavbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
target="_blank">
{{ $util.prefLabel(item) }}
</b-nav-item>
<!-- Help menu button -->
<b-nav-item
:href="`./user-manual-${locale}.html`"
target="_blank">
{{ $t("general.manual") }}
</b-nav-item>
<!-- Mapping trash -->
<b-nav-item-dropdown
v-if="mappingTrash.length > 0"
Expand Down

0 comments on commit c4f6faa

Please sign in to comment.