Skip to content

Commit

Permalink
Add missing classes to Add Filter button
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandar Jovanov committed Jul 23, 2017
1 parent 4a83110 commit a640ab7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,7 +6,7 @@ this.ckan.module('resource-view-filters', function (jQuery) {
resourceId = self.options.resourceId,
fields = self.options.fields,
dropdownTemplate = self.options.dropdownTemplate,
addFilterTemplate = '<a href="#">' + self._('Add Filter') + '</a>',
addFilterTemplate = '<a class="btn btn-primary" href="#">' + self._('Add Filter') + '</a>',
filtersDiv = $('<div></div>');

var filters = ckan.views.filters.get();
Expand Down

0 comments on commit a640ab7

Please sign in to comment.