Skip to content

Commit

Permalink
Merge pull request #2188 from jemcode/master
Browse files Browse the repository at this point in the history
Updated _submit_buttons.html.haml. Fixes #2181.
  • Loading branch information
mshibuya committed Feb 25, 2015
2 parents 9be0e00 + 558697b commit 6c7dfad
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
@@ -1,7 +1,7 @@
%input{type: :hidden, name: 'return_to', value: (params[:return_to].presence || request.referer)}
%br

.form-group
.form-group.form-actions
.col-sm-offset-2.col-sm-10
%button.btn.btn-primary{type: "submit", name: "_save", :'data-disable-with' => t("admin.form.save")}
%i.icon-white.icon-ok
Expand Down

0 comments on commit 6c7dfad

Please sign in to comment.