Skip to content

Commit 71e8699

Browse files
authored
Update new.html.erb
1 parent 715006a commit 71e8699

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/views/outbound_calls/new.html.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<%= form_with model: @call, url: outbound_calls_path, local: true do |f| %>
55
<div class="field">
66
<%= f.label :from, "Your phone number to make the call from" %>
7-
<%= f.text_field :from, placeholder: '+12223334555' %>
7+
<%= f.text_field :from, placeholder: '12223334555' %>
88
</div>
99

1010
<div class="field">
1111
<%= f.label :to, "Recipient's phone number" %>
12-
<%= f.text_field :to, placeholder: '+12223334555' %>
12+
<%= f.text_field :to, placeholder: '12223334555' %>
1313
</div>
1414

1515
<div class="field">
@@ -21,4 +21,4 @@
2121
<%= f.submit "Call" %>
2222
</div>
2323
<% end %>
24-
</div>
24+
</div>

0 commit comments

Comments
 (0)