houston/houston-core

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

Summary

Maintainability
Test Coverage
<% content_for :title do %>
<h1 class="project-banner space-below">
  <%= avatar_for(@user, size: 40) %>
  New User
</h1>
<% end %>

<%= render partial: "form" %>