qa: Use relative path to real website from QA
continuous-integration/drone/push Build is passing Details

This commit is contained in:
nemunaire 2021-07-22 17:53:56 +02:00
parent 9a9d742e21
commit 357035deba
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<a href="exercices/{{ themes[exercice.id_theme].exercices[exercice.id].previous }}" title="Exercice précédent" ng-class="{'disabled': !themes[exercice.id_theme].exercices[exercice.id].previous}" class="btn btn-sm btn-light"><span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span></a>
<a href="exercices/{{ themes[exercice.id_theme].exercices[exercice.id].next }}" title="Exercice suivant" ng-class="{'disabled': !themes[exercice.id_theme].exercices[exercice.id].next}" class="btn btn-sm btn-light"><span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span></a>
</div>
<a href="/{{themes[exercice.id_theme].urlid}}/{{exercice.urlid}}" target="_self" class="float-right ml-2 btn btn-sm btn-info"><span class="glyphicon glyphicon-road" aria-hidden="true"></span> Site du challenge</a>
<a href="../{{themes[exercice.id_theme].urlid}}/{{exercice.urlid}}" target="_self" class="float-right ml-2 btn btn-sm btn-info"><span class="glyphicon glyphicon-road" aria-hidden="true"></span> Site du challenge</a>
</h2>
<div class="row mb-3">