Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Campbell Allen <[email protected]>
  • Loading branch information
lcjohnso and camallen committed Dec 3, 2020
1 parent c9a4b88 commit 89c0b31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/project_request_mailer/project_request.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p>Thanks for requesting your project, <a href="<%= @url %>"><%= @name %></a>, be reviewed for <%= @type %>.</p>

<p>Someone on our team will review your project and be in touch with you in the next few weeks about the next steps. To learn more about the project review process, timeline, and best practices, please visit <a href="https://docs.google.com/document/d/1SJmOdGmpzYGyKpSnFt_tEe_BZIc2Bzmc3kKlWw-gX68/edit?usp=sharing">this link</a>.</p>
<p>Someone on our team will review your project and be in touch with you in the next few weeks about the next steps. Read our <a href="https://docs.google.com/document/d/1SJmOdGmpzYGyKpSnFt_tEe_BZIc2Bzmc3kKlWw-gX68">project review process, timeline, and best practices document</a> to learn more.</p>

<p>Best,</p>
<p>The Zooniverse Team</p>
2 changes: 1 addition & 1 deletion app/views/project_request_mailer/project_request.text.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Hi <%= @owner %>

Thanks for requesting your project, <%= @name %>: <%= @url %>, be reviewed for <%= @type %>.

Someone on our team will review your project and be in touch with you in the next few weeks about the next steps. To learn more about the project review process, timeline, and best practices, please visit <%= link_to "this link", "https://docs.google.com/document/d/1SJmOdGmpzYGyKpSnFt_tEe_BZIc2Bzmc3kKlWw-gX68/edit?usp=sharing" %>.
Someone on our team will review your project and be in touch with you in the next few weeks about the next steps. Read our project review process, timeline, and best practices document to learn more https://docs.google.com/document/d/1SJmOdGmpzYGyKpSnFt_tEe_BZIc2Bzmc3kKlWw-gX68.

Best,
The Zooniverse Team

0 comments on commit 89c0b31

Please sign in to comment.