app/views/branches/show.html.erb

Summary

Maintainability
Test Coverage
<section class="content-header">
</section>
<section class="content">
  <div class="box">
    <div class="box-body">
      <h2> Branch </h2>
      <%= link_to "Back to Branches", branches_path %>
     </div>
  </div>
</section>