gregmolnar/invoicer

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

Summary

Maintainability
Test Coverage
<h1>Editing client</h1>

<%= render 'form' %>

<%= link_to 'Show', @client %> |
<%= link_to 'Back', clients_path %>