levent/agileista

View on GitHub
app/views/people/new.html.erb

Summary

Maintainability
Test Coverage
<div class="row">
  <div class="large-10 small-10 medium-10 columns">
    <h2>Invite a new user to your project</h2>
    <%= simple_form_for @person do |f| %>
      <%= f.input :name %>
      <%= f.input :email %>
      <%= f.button :submit, "Save" %>
    <% end %>
  </div>
</div>