| Select | Dining Facility Name | Commissioner Ids | In time | Out time | ||
|---|---|---|---|---|---|---|
| <%= in_juty.dining_facility.name rescue '-' %> | <%= in_juty.commissioner.name rescue '-' %> | <%= in_juty.in_time.utc.getlocal.strftime("%Y-%m-%d/%I:%M %p") rescue '-' %> | <%= in_juty.out_time.utc.getlocal.strftime("%Y-%m-%d/%I:%M %p") rescue '-' %> | <%= link_to 'Destroy', origami_destroy_in_juty_path(in_juty.dining_facility.id, in_juty), method: :delete, data: {confirm: 'Are you sure?'} %> | ||