Skip to content

Commit

Permalink
Adding confirmation before sending emails.
Browse files Browse the repository at this point in the history
  • Loading branch information
nahurst committed Mar 18, 2013
1 parent f502559 commit bb4cfe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/mail_merges/_form.html.erb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
<%= f.text_area :body_template, :placeholder => "Hi {{name}}, Great to see you!" %> <%= f.text_area :body_template, :placeholder => "Hi {{name}}, Great to see you!" %>
</div> </div>
<div class="actions"> <div class="actions">
<%= f.submit "Send mail now", :class => "button" %> <%= f.submit "Send mail now", :class => "button", :confirm => "Send all the emails now?" %>
</div> </div>
<% end %> <% end %>

0 comments on commit bb4cfe1

Please sign in to comment.