FarmBot/Farmbot-Web-App

View on GitHub
app/views/user_mailer/welcome_email.html.erb

Summary

Maintainability
Test Coverage
<h1>Welcome to FarmBot, <%= @user_name %></h1>
<p>
  Please verify your email by clicking <a href="<%= @the_url %>">here</a>.<br>
</p>
<p>Thanks for joining and have a great day!</p>