Skip to content

Commit

Permalink
Fixes to SiteDetails.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
BESOMBES Gabriel committed Dec 8, 2023
1 parent cfc5a50 commit b2c8ef0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
>
</opensilex-UriListView>

<!-- Organizations -->
<!-- Facilities -->
<opensilex-UriListView
v-if="hasFacilities"
:list="facilityUriList"
Expand Down Expand Up @@ -164,7 +164,7 @@ export default class SiteDetail extends Vue {
uri: organization.uri,
value: organization.name,
to: {
path: "/facility/details/" + encodeURIComponent(organization.uri),
path: "/organization/details/" + encodeURIComponent(organization.uri),
},
}
});
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<template>
<div class="container-fluid" v-if="selected">
<opensilex-PageHeader
icon="fa#map-marker-alt"
:title="selected.name"
:description="selected.rdf_type_name"
class="detail-element-header"
></opensilex-PageHeader>
<opensilex-PageActions :tabs="false" :returnButton="true">
</opensilex-PageActions>
<div class="row">
Expand Down
5 changes: 5 additions & 0 deletions opensilex-front/front/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11422,6 +11422,11 @@ vue-markdown-loader@^2.5.0:
loader-utils "^1.4.0"
markdown-it "^8.4.2"

vue-matomo@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/vue-matomo/-/vue-matomo-4.2.0.tgz#d65e369e4ead1d95ef790bef3627512cac3d25e9"
integrity sha512-m5hCw7LH3wPDcERaF4sp/ojR9sEx7Rl8TpOyH/4jjQxMF2DuY/q5pO+i9o5Dx+BXLSa9+IQ0qhAbWYRyESQXmA==

vue-multiselect@^2.1.6:
version "2.1.6"
resolved "https://registry.yarnpkg.com/vue-multiselect/-/vue-multiselect-2.1.6.tgz#5be5d811a224804a15c43a4edbb7485028a89c7f"
Expand Down

0 comments on commit b2c8ef0

Please sign in to comment.