Skip to content

Commit

Permalink
Add shares breadcrumb (#6965)
Browse files Browse the repository at this point in the history
Add shares breadcrumb
  • Loading branch information
Jan authored May 13, 2022
1 parent a0e4b56 commit e8e94b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Bugfix: We added the shares item to the breadcrumbs at the shared with me page

https://github.com/owncloud/web/pull/6965
https://github.com/owncloud/web/issues/6937
4 changes: 4 additions & 0 deletions packages/web-app-files/src/views/shares/SharedResource.vue
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ export default defineComponent({
breadcrumbs() {
return concatBreadcrumbs(
{
text: this.$gettext('Shares'),
to: { path: '/files/shares' }
},
{
text: this.$gettext('Shared with me'),
to: { path: '/files/shares/with-me' }
Expand Down

0 comments on commit e8e94b7

Please sign in to comment.