mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-17 03:06:28 -07:00
Swap out contact form to one that uses mailgun
This commit is contained in:
parent
6df92d6f88
commit
7f433cf223
17 changed files with 130 additions and 70 deletions
6
app/views/layouts/_message_confirmation.html.erb
Normal file
6
app/views/layouts/_message_confirmation.html.erb
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<div class="container">
|
||||
<br>
|
||||
<% flash.each do |key, message| %>
|
||||
<p class="alert alert-<%= key %>"><%= message %></p>
|
||||
<% end %>
|
||||
</div>
|
||||
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
<body>
|
||||
<%= render partial: 'layouts/nav' %>
|
||||
|
||||
<%= yield %>
|
||||
|
||||
<!-- Footer-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue