Sha256: 87044984f2c0506300a3ce58a62b23b1bb837fc75bafccf1a45066989331bf0b

Contents?: true

Size: 869 Bytes

Versions: 2

Compression:

Stored size: 869 Bytes

Contents

<% raise 'Slack invite URL missing' if ENV['SLACK_SIGNUP_URL'].blank? %>
<h1>Join Slack!</h1>
<p>Hey <%= @questionnaire.first_name %>,
<p><a href="https://slack.com/is">Slack</a> is being used as a central communication platform for BrickHack.</p>
<p>You can create private <strong>team chats</strong>, reach out to <strong>mentors</strong>, and more. Don't like notifications? Don't worry - you can <a href="https://get.slack.help/hc/en-us/articles/218074567-Customizing-notifications">customize them</a> or <a href="https://get.slack.help/hc/en-us/articles/214908388-Do-Not-Disturb-and-snooze-settings">turn them off entirely</a>.
<p style="text-align: center;">
  <a href="<%= ENV['SLACK_SIGNUP_URL'] %>" class="button">Join our Slack &raquo;</a><br>
  <small><i>Link not working? Go to:</i></small><br />
  <small><i><%= ENV['SLACK_SIGNUP_URL'] %></i></small>
</p>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hackathon_manager-0.2.0 app/views/mailer/slack_invite_email.html.erb
hackathon_manager-0.1.0 app/views/mailer/slack_invite_email.html.erb