Sha256: 007bf0d1e6834a37e46a6a7be398a86122fd52e287f4c8ce815aca00bd87ac7e

Contents?: true

Size: 843 Bytes

Versions: 12

Compression:

Stored size: 843 Bytes

Contents

<center>
  <%= image_tag 'slack.svg', id: 'join-slack-logo' %>
  <h1>Join the Vonage Developer Community Slack</h1>

  <% unless @success %>
    <%= form_tag community_slack_path do %>
      <div class="Vlt-form__element Vlt-form__element--elastic">
        <div class="Vlt-input">
          <%= email_field_tag :email, (@email || ''), placeholder: 'Enter your email address', size: '40' %>
        </div>
      </div>
      <%= recaptcha_tags if ENV['RECAPTCHA_ENABLED'] %>
      <%= submit_tag 'Join', class: 'Vlt-btn Vlt-btn--primary Vlt-btn--large' %>
    <% end %>
  <% end %>

  <% if @notice %>
    <%= @notice %>
  <% end %>

  <hr class="hr--tall">

  <h2>Already a member?</h2>
  <%= link_to "Go to Vonage Developer Community on Slack", "https://#{ENV['SLACK_SUBDOMAIN']}.slack.com", class: "Vlt-btn Vlt-btn--secondary" %>
</center>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
station-0.0.107 lib/nexmo_developer/app/views/slack/join.html.erb
station-0.0.106 lib/nexmo_developer/app/views/slack/join.html.erb
station-0.0.105 lib/nexmo_developer/app/views/slack/join.html.erb
station-0.0.104 lib/nexmo_developer/app/views/slack/join.html.erb
station-0.0.103 lib/nexmo_developer/app/views/slack/join.html.erb
station-0.0.102 lib/nexmo_developer/app/views/slack/join.html.erb
station-0.0.101 lib/nexmo_developer/app/views/slack/join.html.erb
station-0.0.100 lib/nexmo_developer/app/views/slack/join.html.erb
station-0.0.97 lib/nexmo_developer/app/views/slack/join.html.erb
station-0.0.96 lib/nexmo_developer/app/views/slack/join.html.erb
station-0.0.95 lib/nexmo_developer/app/views/slack/join.html.erb
station-0.0.93 lib/nexmo_developer/app/views/slack/join.html.erb