Skip to content

Commit

Permalink
Merge pull request #3 from gavlinski/master
Browse files Browse the repository at this point in the history
Update Elio Tools URL
  • Loading branch information
zackgilbert committed Jul 21, 2018
2 parents 52a062c + 559fa17 commit 42244f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -144,7 +144,7 @@ class ExportAction extends VenueActionPopover
data = (id for own id, element of @explorer.selected)
@openGeneratedLink
target: "_blank"
href: "http://4sq.neuralab.cc/load.php?venues=" + data.join(",")
href: "http://4sq.eliotools.site/load.php?venues=" + data.join(",")

exportCSV: () ->
header = [
Expand Down
Expand Up @@ -14,7 +14,7 @@
</div>
<hr class="thinmargin">
<h6>Export to Elio Tools</h6>
<p class="small">Elio tools is available at <a target="_blank" href="http://4sq.neuralab.cc/">http://4sq.neuralab.cc/</a>. It is a Portuguese-only (use a translation browser plugin if you need to) tool for mass editing venue details.</p>
<p class="small">Elio tools is available at <a target="_blank" href="http://4sq.eliotools.site/">http://4sq.eliotools.site/</a>. It is a Portuguese-only (use a translation browser plugin if you need to) tool for mass editing venue details.</p>
<div class="form-inline">
<button class="btn btn-primary elioupload">Open Selected Venues in Elio Tools</button>
</div>
Expand Down

0 comments on commit 42244f0

Please sign in to comment.