Skip to content

Commit

Permalink
Change reset button color, because it's not so dangerous
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Jul 22, 2015
1 parent a961b21 commit 452481b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/rails_admin/main/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
%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")
%button#remove_filter.btn.btn-danger{title: "Reset filters"}
%button#remove_filter.btn.btn-info{title: "Reset filters"}
%i.icon-white.icon-remove
- if export_action
%span{style: 'float:right'}= link_to wording_for(:link, export_action), export_path(params.except('set').except('page')), class: 'btn btn-info'
Expand Down

0 comments on commit 452481b

Please sign in to comment.