Skip to content

Commit

Permalink
Merge pull request #20 from tomregelink/fix_filter_refresh_button_on_…
Browse files Browse the repository at this point in the history
…history_page

Fixed refresh button on history page (fix from rails_admin pull request)
  • Loading branch information
rikkipitt authored Dec 12, 2018
2 parents 3d74231 + c544d68 commit 64fdbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/rails_admin/main/history.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
.input-group
%input.form-control.input-small{name: "query", type: "search", value: query, placeholder: "#{t("admin.misc.filter")}", class: 'input-small'}
%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")
%table#history.table.table-striped.table-condensed
Expand Down

0 comments on commit 64fdbec

Please sign in to comment.