Skip to content

Commit

Permalink
Merge pull request #2706 from klyonrad/fix-filter-refresh-button
Browse files Browse the repository at this point in the history
fix HTML output of filter refresh button
  • Loading branch information
mshibuya committed Sep 3, 2016
2 parents f919c03 + afcb556 commit 4598ddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/rails_admin/main/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
.input-group
%input.form-control.input-small{name: "query", type: "search", value: query, placeholder: t("admin.misc.filter")}
%span.input-group-btn
%button.btn.btn-primary{type: "submit", :'data-disable-with' => "<i class='icon-white icon-refresh'></i> ".html_safe + t("admin.misc.refresh")}
%button.btn.btn-primary{type: 'submit', :'data-disable-with' => '<i class="icon-white icon-refresh"></i> '.html_safe + t('admin.misc.refresh')}
%i.icon-white.icon-refresh
= t("admin.misc.refresh")
= t('admin.misc.refresh')
%button#remove_filter.btn.btn-info{title: "Reset filters"}
%i.icon-white.icon-remove
- if export_action
Expand Down

0 comments on commit 4598ddf

Please sign in to comment.