Sha256: c4b79e4f570c58008d0a3eb62f69ae4027d71b01b29ba183b81dabe0a10bf19a
Contents?: true
Size: 903 Bytes
Versions: 41
Compression:
Stored size: 903 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 at <%= Rails.configuration.hackathon['name'] %>.</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 »</a><br> <small><i>Link not working? Go to:</i></small><br /> <small><i><%= ENV['SLACK_SIGNUP_URL'] %></i></small> </p>
Version data entries
41 entries across 41 versions & 1 rubygems