Skip to content

Commit

Permalink
Merge pull request #23 from the-ultimate-web-group/val/fix-cancel-button
Browse files Browse the repository at this point in the history
🐛 Give cancel button redirection
  • Loading branch information
Cynnexis authored Jun 12, 2019
2 parents 22711e7 + 4995e6c commit 9951a8d
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@
<div class="text-center mt-4">
<button type="submit" class="btn btn-xl btn-outline-light"> Valider
</button>
<button type="button" class="btn btn-xl btn-outline-light"
onclick="relocate_home()"> Annuler
</button>
<a href="/station/listerStations">
<button type="button" class="btn btn-xl btn-outline-light"> Annuler
</button>
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 9951a8d

Please sign in to comment.