Sha256: 08241a531af25bd67e20b590d48b80e1fa91d1141e70240b8f03580f96cb3a05
Contents?: true
Size: 435 Bytes
Versions: 2
Compression:
Stored size: 435 Bytes
Contents
%table.list#activities_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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bookyt_projects-0.10.0 | app/views/activities/_list.html.haml |
bookyt_projects-0.9.0 | app/views/activities/_list.html.haml |