Skip to content

Commit

Permalink
make cancel button go back to previous page
Browse files Browse the repository at this point in the history
  • Loading branch information
Joost van Dijk committed May 7, 2015
1 parent 15bfcfa commit f07a3c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions www/tiqr/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ <h2>Inloggen met tiqr</h2>
<div class="span8 offset2">
<hr>
<ul class="nav nav-pills">
<li><a href="/">Annuleren</a></li><!-- TODO: Send Response with status Failed -->
<li><a href="#" onclick="window.history.back();return false;">Annuleren</a></li><!-- TODO: Send Response with status Failed -->

</ul>
</div>
</div>
Expand All @@ -85,4 +86,4 @@ <h2>Inloggen met tiqr</h2>
</div><!-- /container -->

</body>
</html>
</html>

0 comments on commit f07a3c0

Please sign in to comment.