Skip to content

Commit c544d68

Browse files
committed
Fixed refresh button on history page (fix from rails_admin pull request: railsadminteam/rails_admin#2890)
1 parent 3d74231 commit c544d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/rails_admin/main/history.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
.input-group
1616
%input.form-control.input-small{name: "query", type: "search", value: query, placeholder: "#{t("admin.misc.filter")}", class: 'input-small'}
1717
%span.input-group-btn
18-
%button.btn.btn-primary{type: "submit", :'data-disable-with' => "<i class='icon-white icon-refresh'></i> ".html_safe + t("admin.misc.refresh")}
18+
%button.btn.btn-primary{type: 'submit', :'data-disable-with' => '<i class="icon-white icon-refresh"></i> '.html_safe + t('admin.misc.refresh')}
1919
%i.icon-white.icon-refresh
2020
= t("admin.misc.refresh")
2121
%table#history.table.table-striped.table-condensed

0 commit comments

Comments
 (0)