We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715006a commit 71e8699Copy full SHA for 71e8699
app/views/outbound_calls/new.html.erb
@@ -4,12 +4,12 @@
4
<%= form_with model: @call, url: outbound_calls_path, local: true do |f| %>
5
<div class="field">
6
<%= f.label :from, "Your phone number to make the call from" %>
7
- <%= f.text_field :from, placeholder: '+12223334555' %>
+ <%= f.text_field :from, placeholder: '12223334555' %>
8
</div>
9
10
11
<%= f.label :to, "Recipient's phone number" %>
12
- <%= f.text_field :to, placeholder: '+12223334555' %>
+ <%= f.text_field :to, placeholder: '12223334555' %>
13
14
15
@@ -21,4 +21,4 @@
21
<%= f.submit "Call" %>
22
23
<% end %>
24
-</div>
+</div>
0 commit comments