rivsc / Beautiful-Scaffold

Rails generator for a complete and beautiful scaffold.
http://beautiful-scaffold.rivsc.ovh/
MIT License
74 stars 22 forks source link

Double click in save duplicate data #12

Closed fazelmk closed 9 years ago

fazelmk commented 9 years ago

I Solved by adding data: { disable_with: "Saving" }

<%= f.submit t(:save, :default => "Save"), :class => "btn btn-primary", data: { disable_with: "Salvando..." } %>

rivsc commented 9 years ago

Thanks, added on the next version :+1: