Make the submit button a real link

travis
Raphaël Vinot 2015-03-13 09:55:24 +01:00
parent 709ef400e4
commit c06e87019e
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
</div> </div>
<div ng-show="urls"> <div ng-show="urls">
<br/> <br/>
<center><a ng-click="submit_email()">Send report to CIRCL</a></center> <center><a href ng-click="submit_email()">Send report to CIRCL</a></center>
<!-- <center><a href="submit/{{ query_url }}">Send report to CIRCL</a></center> --> <!-- <center><a href="submit/{{ query_url }}">Send report to CIRCL</a></center> -->
<br/> <br/>
</div> </div>