app/views/branches/_actions.html.erb

Summary

Maintainability
Test Coverage
<%= link_to "Show", branch_path(branch.id) %> |
<%= link_to "Edit", edit_branch_path(branch.id) %> |
<%= link_to "Delete", branch_path(branch.id), method: :delete %>