Skip to content

Commit

Permalink
[#3814] Fix for close button
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan authored and amercader committed Sep 26, 2017
1 parent 45719cb commit 79d4e8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ckan/templates/group/read.html
Expand Up @@ -38,6 +38,6 @@
{{ h.snippet('snippets/facet_list.html', title=c.facet_titles[facet], name=facet, extras={'id':c.group_dict.id}) }}
{% endfor %}
</div>
<a class="close no-text hide-filters"><i class="fa fa-times-circle"></i><span class="text">close</span></a>
<a class="close no-text hide-filters"><i class="icon-remove-sign"></i><span class="text">close</span></a>
</div>
{% endblock %}
2 changes: 1 addition & 1 deletion ckan/templates/organization/read.html
Expand Up @@ -41,6 +41,6 @@
{{ h.snippet('snippets/facet_list.html', title=c.facet_titles[facet], name=facet, extras={'id':c.group_dict.id}) }}
{% endfor %}
</div>
<a class="close no-text hide-filters"><i class="fa fa-times-circle"></i><span class="text">close</span></a>
<a class="close no-text hide-filters"><i class="icon-remove-sign"></i><span class="text">close</span></a>
</div>
{% endblock %}

0 comments on commit 79d4e8c

Please sign in to comment.