NerdDiffer/job_tracker

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

Summary

Maintainability
Test Coverage
<% @page_title = "Editing #{contact.name}" %>

<h1>Editing Contact</h1>

<%= render 'form' %>

<%= link_to 'Show', contact %> |
<%= link_to 'Back', contacts_path %>