add loading text for form submit buttons

This commit is contained in:
Alex Turchyn
2023-06-11 12:42:13 +00:00
parent 85574d6605
commit 21f684ed4a
20 changed files with 44 additions and 23 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
</div>
</div>
<div class="form-control">
<%= f.submit 'Change my password', class: 'base-button' %>
<%= f.button button_title(title: 'Change my password', disabled_with: 'Changing password'), class: 'base-button' %>
</div>
<%= render 'devise/shared/links' %>
<% end %>