YaleSTC/shifts

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

Summary

Maintainability
Test Coverage
<% title "New User" %>
<div class="form_left" id="user_form_div">
<%= render partial: 'new_form', locals: {submit: "Create", user: [@department,@user]} %>
<p><%= link_to "Back to List", department_users_path(@department) %></p>
</div>
<% if @appconfig.use_ldap %>
<div class="table_right" id="result_list">
<%= render partial: 'result_list' %>
</div>
<% end %>