Sha256: 04a95dcc36ac361c625ca57a1a36f290d76d2e469e9506f41e1993771d781ced

Contents?: true

Size: 513 Bytes

Versions: 10

Compression:

Stored size: 513 Bytes

Contents

%table{:class => "#{collection.first.class.to_s.downcase} detail"}
  %tr
    %th= t_attr(:project)
    %td= resource.project
  %tr
    %th= t_attr(:person)
    %td= resource.person
  %tr
    %th= t_attr(:when)
    %td= l(resource.when)
  %tr
    %th= t_attr(:time)
    %td= "#{l(resource.from, :format => :time)} - #{l(resource.to, :format => :time)}"
  %tr
    %th= t_attr(:duration)
    %td= t('bookyt.projects.minutes', :duration => resource.duration)
  %tr
    %th= t_attr(:comment)
    %td= resource.comment

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
bookyt_projects-0.7.0 app/views/activities/_resource_detail.html.haml
bookyt_projects-0.6.6 app/views/activities/_resource_detail.html.haml
bookyt_projects-0.6.5 app/views/activities/_resource_detail.html.haml
bookyt_projects-0.6.4 app/views/activities/_resource_detail.html.haml
bookyt_projects-0.6.3 app/views/activities/_resource_detail.html.haml
bookyt_projects-0.6.1 app/views/activities/_resource_detail.html.haml
bookyt_projects-0.6.0 app/views/activities/_resource_detail.html.haml
bookyt_projects-0.3.2 app/views/tasks/_resource_detail.html.haml
bookyt_projects-0.3.1 app/views/tasks/_resource_detail.html.haml
bookyt_projects-0.3.0 app/views/tasks/_resource_detail.html.haml