YaleSTC/shifts

View on GitHub
app/views/user_profile_entries/edit.html.erb

Summary

Maintainability
Test Coverage
<% title "Edit User Profile Entry" %>

<%= render partial: 'form' %>

<p>
  <%= link_to "Show", @user_profile_entry %> |
  <%= link_to "View All", user_profile_entries_path %>
</p>