Sha256: ef8249c252017ad51c0c8b0dad1d9dd14bddfcb88ad041438e265b387e15e81c

Contents?: true

Size: 752 Bytes

Versions: 10

Compression:

Stored size: 752 Bytes

Contents

<h1>New Phone Number</h1>

<% form_for(:phone_number, @phone_number, :url => sms_phone_numbers_path) do |f| %>
  <%= f.error_messages %>

  <p>
    <%= f.label :number %><br />
    <%= f.text_field :number %>
  </p>
  <p>
    <%= f.label :carrier_id, 'Phone Carrier' %><br />
    <%= phone_carriers_collection_select(f) %>
  </p>
  <p>
    <%= f.label :country_code %><br />
    <%= f.text_field :country_code %>
  </p>
  <p>
    <%= f.label :do_not_send %><br />
    <%= f.select :do_not_send, ['bounce', 'abuse', 'opt_out', 'other'], :include_blank => true %>
  </p>
  <p>
    <%= f.label :white_list %><br />
    <%= f.check_box :white_list %>
  </p>
  <p>
    <%= f.submit 'Create' %>
  </p>
<% end %>

<%= link_to 'Back', sms_phone_numbers_path %>

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
blythedunham-sms_on_rails-0.1.0 app/views/admin/sms_on_rails/phone_numbers/new.html.erb
sztywny-smsonrails-0.3.3 app/views/admin/sms_on_rails/phone_numbers/new.html.erb
sztywny-smsonrails-0.3.1 app/views/admin/sms_on_rails/phone_numbers/new.html.erb
sztywny-smsonrails-0.3.0 app/views/admin/sms_on_rails/phone_numbers/new.html.erb
sztywny-smsonrails-0.2.3 app/views/admin/sms_on_rails/phone_numbers/new.html.erb
sztywny-smsonrails-0.2.2 app/views/admin/sms_on_rails/phone_numbers/new.html.erb
sztywny-smsonrails-0.2.1 app/views/admin/sms_on_rails/phone_numbers/new.html.erb
sztywny-smsonrails-0.2.0 app/views/admin/sms_on_rails/phone_numbers/new.html.erb
sztywny-smsonrails-0.1.2 app/views/admin/sms_on_rails/phone_numbers/new.html.erb
smsonrails-0.1.2 app/views/admin/sms_on_rails/phone_numbers/new.html.erb