Skip to content

Commit 6fdabb8

Browse files
authored
Update new.html.erb
1 parent 71e8699 commit 6fdabb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/views/outbound_calls/new.html.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<% flash.each do |key, message| %>
2+
<div class="flash <%= key %>"><%= message %></div>
3+
<% end %>
14
<div class="calls-form">
25
<h1>Make a Call</h1>
36

0 commit comments

Comments
 (0)