Sha256: 8ba4cc2e5c19ef440ee63fae730ff834b8e9159b735a0bfca52f8f8d817a2cc3
Contents?: true
Size: 319 Bytes
Versions: 3
Compression:
Stored size: 319 Bytes
Contents
%tr %td = task.name %td = task.type_name %td = task.trigger %td = task.every %td = task.active? ? 'Yes' : 'No' %td = link_to 'Edit', edit_task_path(task), class: edit_class = link_to 'Delete', task_path(task), class: remove_class, :confirm => 'Are you sure?', :method => :delete
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
redis_monitor-0.3.3 | lib/engine/app/views/tasks/_task.haml |
redis_monitor-0.3.2 | lib/engine/app/views/tasks/_task.haml |
redis_monitor-0.3 | lib/engine/app/views/tasks/_task.haml |