forked from External/greenlight
Added data-disable to all button_to to fix double click issue (#923)
This commit is contained in:
committed by
farhatahmad
parent
8a8eee52fe
commit
eb965e5c52
@ -22,7 +22,7 @@
|
||||
<div class="card-body">
|
||||
<p><%= t("verify.not_verified") %></p>
|
||||
<div class="btn-list text-right pt-8">
|
||||
<%= button_to t("verify.resend"), resend_email_path, params: { email: params['email'], email_verified: false }, class: "btn btn-primary btn-space" %>
|
||||
<%= button_to t("verify.resend"), resend_email_path, params: { email: params['email'], email_verified: false }, class: "btn btn-primary btn-space", "data-disable": "" %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user