Skip to content
Snippets Groups Projects
Commit ba83485a authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

correcting route i18n for newcomers

parent b1e4623a
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
<div class="table-responsive">
<table class="table table-striped table-hover">
<tbody>
<tr v-for="forecast in wwResult.forecastsByNames" :key="forecast.member.uid" @click="$router.push({ path: '/previsions/' + forecast.member.hash })">
<tr v-for="forecast in wwResult.forecastsByNames" :key="forecast.member.uid" @click="$router.push(localePath({name:'previsions-hash', params:{hash:forecast.member.hash}}))">
<th scope="row">
{{ forecast.member.uid }}
<BadgeStatus :membre="forecast.member" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment