Skip to content

Commit

Permalink
Update emails to MarchBNB branding
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinho committed Nov 28, 2016
1 parent 3f6058a commit ae215db
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 21 deletions.
8 changes: 4 additions & 4 deletions app/views/user_mailer/new_contact_immediate.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Hi <%= @host.first_name %>,
<br><br>
Thank you for offering to host volunteers on HillaryBNB! This visitor expressed interest in your offer and hopes to stay with you right away:
Thank you for offering to host volunteers on MarchBNB! This visitor expressed interest in your offer and hopes to stay with you right away:
<br><br>
<hr>
<%= @contact_info[:visitor].first_name %>:<br><br>
Expand All @@ -11,12 +11,12 @@ Group of <%= @contact_info[:visit].num_travelers %>
<br><br>
Please reach out to this visitor to coordinate their stay as soon as possible.<br><br>
Thanks!<br>
The HillaryBNB Team<br>
The MarchBNB Team<br>
<hr>
<br><br>
PLEASE NOTE: Guests and hosts have NOT been vetted by the campaign, by<br>
volunteers, or by anyone else. It is your responsibility to contact<br>
potential hosts and visitors in advance and decide whether you are<br>
comfortable and safe staying with them.<br><br>
You can add, edit or delete your host offers anytime here: <%= link_to "HillaryBNB - Host", edit_hosting_url(@hosting) %>
To stop receiving emails from HillaryBNB, you can <%= link_to "unsubscribe", unsubscribe_user_url(@host.confirm_token) %>.
You can add, edit or delete your host offers anytime here: <%= link_to "MarchBNB - Host", edit_hosting_url(@hosting) %>
To stop receiving emails from MarchBNB, you can <%= link_to "unsubscribe", unsubscribe_user_url(@host.confirm_token) %>.
6 changes: 3 additions & 3 deletions app/views/user_mailer/new_contacts_digest.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Hi <%= @host.first_name %>,
<br><br>
Thank you for offering to host volunteers on HillaryBNB! Here's all the people who have expressed interest in your offer today, <%= Date.today.strftime('%B %d, %Y') %>:
Thank you for offering to host volunteers on MarchBNB! Here's all the people who have expressed interest in your offer today, <%= Date.today.strftime('%B %d, %Y') %>:
<br><br>
<hr>
<% @contact_data.map do |cd| %>
Expand All @@ -17,5 +17,5 @@ PLEASE NOTE: Guests and hosts have NOT been vetted by the campaign, by<br>
volunteers, or by anyone else. It is your responsibility to contact<br>
potential hosts and visitors in advance and decide whether you are<br>
comfortable and safe staying with them.<br><br>
You can add, edit or delete your host offers anytime here: <%= link_to "HillaryBNB - Host", edit_hosting_url(@hosting) %>.<br>
To stop receiving emails from HillaryBNB, you can <%= link_to "unsubscribe", unsubscribe_user_url(@host.confirm_token) %>.
You can add, edit or delete your host offers anytime here: <%= link_to "MarchBNB - Host", edit_hosting_url(@hosting) %>.<br>
To stop receiving emails from MarchBNB, you can <%= link_to "unsubscribe", unsubscribe_user_url(@host.confirm_token) %>.
4 changes: 2 additions & 2 deletions app/views/user_mailer/new_hosts_digest.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ volunteers, or by anyone else. It is your responsibility to contact<br>
potential hosts and visitors in advance and decide whether you are<br>
comfortable and safe staying with them.<br><br>

You can edit or delete your planned visit anytime here: <%= link_to "HillaryBNB - Visit", edit_visit_url(@visit) %>.<br>
You can edit or delete your planned visit anytime here: <%= link_to "MarchBNB - Visit", edit_visit_url(@visit) %>.<br>

To stop receiving emails from HillaryBNB, you can <%= link_to "unsubscribe", unsubscribe_user_url(@visitor.confirm_token) %>.
To stop receiving emails from MarchBNB, you can <%= link_to "unsubscribe", unsubscribe_user_url(@visitor.confirm_token) %>.
10 changes: 5 additions & 5 deletions app/views/user_mailer/registration_confirmation.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
You're nearly there!
</p>
<p>
Thanks for registering with HillaryBNB! You just need to click the URL below to confirm your registration. Once you do, you can hop on and start using the site!
Thanks for registering with MarchBNB! You just need to click the URL below to confirm your registration. Once you do, you can hop on and start using the site!
</p>
<p>
<%= link_to "HillaryBNB - Confirm Your Email", confirm_email_user_url(@user.confirm_token) %>
<%= link_to "MarchBNB - Confirm Your Email", confirm_email_user_url(@user.confirm_token) %>
</p>
<p>
Best of luck!<br/>
The HillaryBNB Team
The MarchBNB Team
</p>
<p>
Legal Disclaimer: By agreeing to use this service, you hereby agree to waive any and all claims arising from your use of this service against the operators of HillaryBNB, DevProgress, and Hillary for America.
<p>
Legal Disclaimer: By agreeing to use this service, you hereby agree to waive any and all claims arising from your use of this service against the operators of MarchBNB.
</p>
17 changes: 10 additions & 7 deletions app/views/user_mailer/welcome_email.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
Hi <%= @user.first_name %>,
<br><br>
Thanks for signing up with HillaryBNB!
<br><br>
You can add, edit or delete your travel/host requests anytime here: <%= link_to "HillaryBNB Profile", user_url(@user) %>
<br><br>
Legal Disclaimer: By agreeing to use this service, you hereby agree to waive any and all claims arising from your use of this service against the Hillary Clinton campaign, any groups associated with the Hillary Clinton campaign, and DevProgress.
<p>Hi <%= @user.first_name %>,</p>
<p>
Thanks for signing up with MarchBNB!
</p>
<p>
You can add, edit or delete your travel/host requests anytime here: <%= link_to "MarchBNB Profile", user_url(@user) %>
</p>
<p>
Legal Disclaimer: By agreeing to use this service, you hereby agree to waive any and all claims arising from your use of this service against the operators of MarchBNB.
</p>

0 comments on commit ae215db

Please sign in to comment.