Skip to content

Commit

Permalink
Merge pull request #3720 from klikstermkd/fix-explore-button
Browse files Browse the repository at this point in the history
Fix Explore button not working
  • Loading branch information
smotornyuk committed Jul 27, 2017
2 parents 84ebe90 + ccf019f commit 81df5d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/templates-bs2/package/snippets/resource_item.html
Expand Up @@ -18,11 +18,11 @@
{% block resource_item_explore %}
{% if not url_is_edit %}
<div class="dropdown btn-group">
<a href="#" class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
<button class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-share"></i>
{{ _('Explore') }}
<span class="caret"></span>
</a>
</button>
<ul class="dropdown-menu">
{% block resource_item_explore_links %}
<li>
Expand Down

0 comments on commit 81df5d5

Please sign in to comment.