Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #409 from hackclub/revert-408-earlybird-emails
Browse files Browse the repository at this point in the history
Revert "apply.hackclub.com -> earlybird.hackclub.com"
  • Loading branch information
maxwofford authored Aug 2, 2019
2 parents 383bcc3 + dcc276d commit 09dd907
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/views/applicant_mailer/added_to_application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ by <%= mail_to @adder_email %>.
</p>
<p>
Please log in at
<%= link_to 'https://earlybird.hackclub.com',
"https://earlybird.hackclub.com/?email=#{@user_email}" %>
<%= link_to 'https://apply.hackclub.com',
"https://apply.hackclub.com/?email=#{@user_email}" %>
to view the application and make edits.
</p>
<p>- Hack Club</p>
2 changes: 1 addition & 1 deletion app/views/applicant_mailer/added_to_application.text.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Hi,

You've been added to an application to start a Hack Club (https://hackclub.com) <%= "at #{@high_school} " if @high_school.present? %>by <%= @adder_email %>.

Please log in at https://earlybird.hackclub.com with <%= @user_email %> to view the application and make edits.
Please log in at https://apply.hackclub.com with <%= @user_email %> to view the application and make edits.

- Hack Club

0 comments on commit 09dd907

Please sign in to comment.