Skip to content

Commit

Permalink
correction lien vers les orgues d'une région depuis la page d'accueil #…
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasBerbesson committed Jul 25, 2022
1 parent 63223c7 commit 9bd48a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/accueil.html
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ <h3>Etat général des orgues</h3>
<span class="puce-etat " style="background-color:#cccccc;">((data.inconnu)) %</span>
<span>Etat inconnu</span>
</p>
<a class='btn' id='voir-orgue' @click.stop="" href="/orgues/" :href="'/orgues/?' + (type == 'departement' ? 'departement='+departement : (type == 'region' ? 'filter_region='+region : ''))">Voir les orgues</a>
<a class='btn' id='voir-orgue' @click.stop="" href="/orgues/" :href="'/orgues/?' + (type == 'departement' ? 'departement='+departement : (type == 'region' ? 'query='+region : ''))">Voir les orgues</a>
</div>
<div class="col-lg-5" v-else>
<strong>Chargement...</strong>
Expand Down

0 comments on commit 9bd48a9

Please sign in to comment.