Sha256: c0b1c795c2845b608ab50febb103f4cf7119cc2db1bdf335a3d164969e606f90

Contents?: true

Size: 516 Bytes

Versions: 10

Compression:

Stored size: 516 Bytes

Contents

%table.work_units
  %thead
    %tr
      %th #
      %th= t(:work_units)
      %th= t(:creator)
      %th= t(:scheduled_at)
      %th= t(:hours_type)
      %th= t(:hours)
  %tbody
    - @work_units.each do |work_unit|
      %tr{ :class => cycle("odd", "even") }
        %td= work_unit.id
        %td= link_to work_unit.description, work_unit_path(work_unit)
        %td= User.find_by_id(work_unit.user_id).first_name
        %td= work_unit.scheduled_at
        %td= work_unit.hours_type
        %td= work_unit.hours

Version data entries

10 entries across 5 versions & 1 rubygems

Version Path
xrono-1.0.4 app/views/tickets/ticket_detail.html.haml
xrono-1.0.4 app/views/tickets/_ticket_detail.html.haml
xrono-1.0.3 app/views/tickets/_ticket_detail.html.haml
xrono-1.0.3 app/views/tickets/ticket_detail.html.haml
xrono-1.0.2 app/views/tickets/ticket_detail.html.haml
xrono-1.0.2 app/views/tickets/_ticket_detail.html.haml
xrono-1.0.1 app/views/tickets/ticket_detail.html.haml
xrono-1.0.1 app/views/tickets/_ticket_detail.html.haml
xrono-1.0.0 app/views/tickets/_ticket_detail.html.haml
xrono-1.0.0 app/views/tickets/ticket_detail.html.haml