5 lines
188 B
Plaintext
5 lines
188 B
Plaintext
<%= form_for sms, url: sms_path do |f| %>
|
|
<%= render 'shared/errors', resource: sms %>
|
|
<%= f.hidden_field :phone %>
|
|
<%= f.submit t('verification.sms.form.submit_button') %>
|
|
<% end %> |