Files
nairobi/app/views/verification/sms/new.html.erb
2015-08-27 23:54:57 +02:00

14 lines
358 B
Plaintext

<div class="row account">
<div class="small-12 column">
<h1 class="inline-block"><%= t('verification.sms.new.title') %></h1>
<%= form_for @sms, url: sms_path do |f| %>
<%= render 'shared/errors', resource: @sms %>
<%= f.text_field :phone %>
<%= f.submit t('verification.sms.new.submit_button') %>
<% end %>
</div>
</div>