Sha256: 4456de6a9a96a154c7ea3a1b26ad1296656d703d37915ee2bd54ebee0853d3ca

Contents?: true

Size: 419 Bytes

Versions: 1

Compression:

Stored size: 419 Bytes

Contents

%table.list
  %tr
    - [:person, :when, :duration].each do |attr|
      %th= t_attr(attr, Activity)
    %th.action-links

  - collection.each do |task|
    %tr
      %td= task.person
      %td= link_to task.when, task, {'data-href-container' => 'tr'}
      %td= t('bookyt.projects.minutes', :duration => task.duration)
      %td.action-links
        = list_link_for(:edit, task)
        = list_link_for(:delete, task)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bookyt_projects-0.8.0 app/views/activities/_list.html.haml