YaleSTC/shifts

View on GitHub
app/views/punch_clocks/show.html.erb

Summary

Maintainability
Test Coverage
<% title "Punch Clock" %>

<p>
  <strong>Description:</strong>
  <%= @punch_clock.description %>
</p>

<p>
  <%= link_to "Edit", edit_punch_clock_path(@punch_clock) %> |
  <%= link_to "Destroy", @punch_clock, confirm: 'Are you sure?', method: :delete %> |
  <%= link_to "View All", punch_clocks_path %>
</p>