Sha256: edea396d9f1279a40aa35b48278169cec24ba2d2db2e76c51943858f3f51a911

Contents?: true

Size: 489 Bytes

Versions: 5

Compression:

Stored size: 489 Bytes

Contents

%h2= t(:users_with_no_time_entered)

= render 'admin/nav'

= render 'week_navigation'

- @week_dates.each do |weekday, date|
  %div{:id => weekday}
    %h3= "#{weekday}, #{date.to_formatted_s(:long_ordinal)}"
    %b= hours_entered_for_day(date).to_s + " hours entered."
    - if date.past?
      %table.table.table-striped.table-bordered
        - @users.each do |user|
          - unless user.work_units_for_day(date).any?
            %tr
              %td= link_to user, user_path(user)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
xrono-1.0.4 app/views/admin/unentered_time_report/show.html.haml
xrono-1.0.3 app/views/admin/unentered_time_report/show.html.haml
xrono-1.0.2 app/views/admin/unentered_time_report/show.html.haml
xrono-1.0.1 app/views/admin/unentered_time_report/show.html.haml
xrono-1.0.0 app/views/admin/unentered_time_report/show.html.haml