Skip to content

Commit

Permalink
Merge branch '2873-incorrect-download-resource-link-for-not-available…
Browse files Browse the repository at this point in the history
…-resource' of https://github.com/smotornyuk/ckan into smotornyuk-2873-incorrect-download-resource-link-for-not-available-resource
  • Loading branch information
amercader committed Mar 29, 2016
2 parents c041bbf + a406000 commit 2336602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/package/snippets/resource_view.html
Expand Up @@ -28,7 +28,7 @@
</p>
<p id="data-view-error" class="collapse"></p>
<p>
<a href="{{ raw_resource_url }}" class="btn btn-large resource-url-analytics" target="_blank">
<a href="{{ resource.url }}" class="btn btn-large resource-url-analytics" target="_blank">
<i class="icon-large icon-download"></i>
{{ _('Download resource') }}
</a>
Expand Down

0 comments on commit 2336602

Please sign in to comment.