lortza/sorrygirl

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

Summary

Maintainability
Test Coverage
<% content_for(:title, "New User") %>

<div class="form-box">

<h1>New User</h1>

<%= render 'form' %>

</div> <!-- form-box -->