akkounts/app/views/signup/index.html.erb
Sebastian Kippe b6949acc96
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Style forms, migrate more styles to Tailwind
2021-02-09 20:32:10 +01:00

13 lines
381 B
Plaintext

<h2>Welcome</h2>
<p>
Hey there! You were invited to sign up for a Kosmos account by
<strong><%= @invited_by_name %></strong>.
</p>
<p>
This invitation can only be used once, and sign-up is currently only possible
by invitation. Seems like you have good friends!
</p>
<p class="mt-12">
<%= link_to "Get started", signup_steps_path(1), class: "btn btn-md btn-blue" %>
</p>