Skip to content

Commit fe9a1ee

Browse files
author
Nikolay Moskvin
committed
Fixed css class for filter field
1 parent 3204ad5 commit fe9a1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
.well
9797
%span#filters_box
9898
%hr.filters_box{style: "display:#{@ordered_filters.empty? ? 'none' : 'block'}"}
99-
%input.input-small{name: "query", type: "search", value: query, placeholder: t("admin.misc.filter")}
99+
%input.form-control.input-small{name: "query", type: "search", value: query, placeholder: t("admin.misc.filter")}
100100
%button.btn.btn-primary{type: "submit", :'data-disable-with' => "<i class='icon-white icon-refresh'></i> ".html_safe + t("admin.misc.refresh")}
101101
%i.icon-white.icon-refresh
102102
= t("admin.misc.refresh")

0 commit comments

Comments
 (0)