mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
add anchor to retrieve evaluations section in accompanyingCourseWorkEdit page
This commit is contained in:
parent
c806c06279
commit
6198891202
@ -45,7 +45,8 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
getUrl(e) {
|
||||
return `/fr/person/accompanying-period/work/${e.id}/edit`
|
||||
let anchor = '#evaluations';
|
||||
return `/fr/person/accompanying-period/work/${e.id}/edit${anchor}`
|
||||
}
|
||||
},
|
||||
}
|
||||
|
@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<a id="evaluations"></a>
|
||||
<div class="item-title" :title="evaluation.id || 'no id yet'">
|
||||
<span>{{ evaluation.evaluation.title.fr }}</span>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user