testmycode/tmc-server

View on GitHub
app/views/setup/organizations/new.html.erb

Summary

Maintainability
Test Coverage
<h1>Create a new organization</h1>

<p>
  Please enter the following information. Fields marked with * are mandatory.
</p>

<% unless current_user.email_verified? %>
  <div class="alert alert-danger" role="alert">
    Warning: your email address is not verified. Please navigate to your profile and validate your email address before proceeding.
  </div>
<% end %>

<%= render partial: 'form', locals: { url: setup_organizations_path, new: true } %>