ESheahan/espolea

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

Summary

Maintainability
Test Coverage
<h1><%= I18n.t('user.new.new')%></h1>

<%= flash[:warning] %>

<%= render 'form' %>

<%= link_to I18n.t('user.new.back'), users_path %>