virajmahesh/icsi-shift-scheduler

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

Summary

Maintainability
Test Coverage
<h1>Create New Shift</h1>

<div ng-controller="ShiftController">
    <%= render 'create_edit_form' %>
    <%= link_to 'Back to Event', event_path(@event) %>
</div>