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 'Save password and Sign in', class: 'base-button' %>
<%= f.button button_title(title: 'Save password and Sign in', disabled_with: 'Saving'), class: 'base-button' %>
</div>
<% end %>
</div>