Changed button to anchor

Changed button to anchor tag.
pull/91/head
Justin Gray 2016-01-20 23:37:49 -06:00
parent 0b803ac6d7
commit a2aa884c8e
1 changed files with 2 additions and 2 deletions

View File

@ -30,9 +30,9 @@
<h1 class="page-header" id="page-title">Results for campaign.name</h1>
</div>
<div class="row">
<button type="button" id="backButton" class="btn btn-default" onclick="window.location='/campaigns'">
<a href="/campaigns" class="btn btn-default">
<i class="fa fa-arrow-circle-o-left fa-lg"></i> Back
</button>
</a>
<button type="button" id="exportButton" class="btn btn-primary" onclick="exportAsCSV()">
<i class="fa fa-file-excel-o"></i> Export CSV
</button>