Add "disable-with" to most edit forms (should fix #2264)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<%= f.input :email, :required => false, :as => :email %>
|
||||
<%= f.input :password %>
|
||||
<%= f.input :password_confirmation %>
|
||||
<%= f.button :submit, "Sign up" %>
|
||||
<%= f.button :submit, "Sign up", :data => { :disable_with => "Signing up..." } %>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user