Skip to content

Commit

Permalink
Merge #548: Add new link to user guide closes #547
Browse files Browse the repository at this point in the history
76a626b reverting changes cy test (Anujkumar Darji)
625e766 Add new link to user guide closes #547 (Anujkumar Darji)

Pull request description:

  The "Help" option has been added as a link above the logout option in the user options located at the top right corner.

ACKs for top commit:
  josecelano:
    ACK 76a626b

Tree-SHA512: 7c18c792e7828724b5cb7b22c62b647aa543ce71d4972ff5780f03bc34e9c7a7ec3b534f25005b2b2bcfd45718e3ec3c6de0a37d7f2a786fc2b8a4d7af22bc76
  • Loading branch information
josecelano committed May 2, 2024
2 parents af387e0 + 76a626b commit 3c3630f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/navigation/NavigationBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<li v-if="user.admin" data-cy="admin-settings-link"><NuxtLink to="/admin/settings/backend">
Admin Settings
</NuxtLink></li>
<li><a data-cy="help" href="https://torrust.github.io/torrust-index-gui-user-guide/" target="_blank">Help</a></li>
<li><a data-cy="logout-link" @click="logoutUser()">Logout {{ user.username }}</a></li>
</ul>
</div>
Expand Down

0 comments on commit 3c3630f

Please sign in to comment.