Skip to content

Commit

Permalink
Merge pull request #2417 from johanneskrtek/patch-1
Browse files Browse the repository at this point in the history
Update button class to Bootstrap 3.
  • Loading branch information
mshibuya committed Oct 3, 2015
2 parents 974b572 + 59e93e8 commit 0a36dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/rails_admin/main/_submit_buttons.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
- if authorized? :edit, @abstract_model
%button.btn.btn-info{type: "submit", name: "_add_edit", :'data-disable-with' => t("admin.form.save_and_edit")}
= t("admin.form.save_and_edit")
%button.btn{type: "submit", name: "_continue", :'data-disable-with' => t("admin.form.cancel"), :formnovalidate => true}
%button.btn.btn-default{type: "submit", name: "_continue", :'data-disable-with' => t("admin.form.cancel"), :formnovalidate => true}
%i.icon-remove
= t("admin.form.cancel")

0 comments on commit 0a36dc0

Please sign in to comment.