Skip to content

Commit

Permalink
Merge pull request #445 from UrbanCCD-UChicago/371-exports
Browse files Browse the repository at this point in the history
Updated Data Set Export
  • Loading branch information
vforgione authored Aug 31, 2018
2 parents 30b3ce2 + 5ecf9e1 commit fa814bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/plenario_web/templates/web/page/explorer.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@
</p>
<hr>
<p>
<%= button "View Details", to: data_set_path(@conn, :show, res.id), method: :get, class: "btn btn-primary" %>
<%= link "View Details", to: data_set_path(@conn, :show, res.id), method: :get, class: "btn btn-primary" %>
</p>
<p>
<%= button "Export to CSV", to: export_path(@conn, :export_meta, res.id), class: "btn btn-outline-primary" %>
<%= link "Download a Copy", to: res.source_url, target: "_blank", class: "btn btn-outline-primary" %>
</p>
</div>
<div class="col-lg-9">
Expand Down

0 comments on commit fa814bb

Please # to comment.