From afcb5567bc246e0850dd8614c82b7b409c536295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luka=20Lu=CC=88dicke?= Date: Fri, 2 Sep 2016 11:14:17 +0200 Subject: [PATCH] fix HTML output of filter refresh button fixes Issue #2705 --- app/views/rails_admin/main/index.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/rails_admin/main/index.html.haml b/app/views/rails_admin/main/index.html.haml index fc9ed00715..b3d6bdd702 100644 --- a/app/views/rails_admin/main/index.html.haml +++ b/app/views/rails_admin/main/index.html.haml @@ -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' => " ".html_safe + t("admin.misc.refresh")} + %button.btn.btn-primary{type: 'submit', :'data-disable-with' => ' '.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