NerdDiffer/job_tracker

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

Summary

Maintainability
Test Coverage
<% @page_title = "New Contact" %>

<h1>New Contact</h1>

<%= render 'form' %>

<%= link_to 'Back', contacts_path %>