YaleSTC/shifts

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

Summary

Maintainability
Test Coverage
<% title "#{@user_profile.user.proper_name}'s Profile" %>

<%= render partial: 'form' %>

<p>

  <%= link_to "View All", user_profiles_path %>
</p>