intra_app/app/views/admin/i_tasks/show.html.haml
Nicolas Bally 3075c2ab63 suite
2019-05-20 22:35:16 +02:00

26 lines
413 B
Plaintext

.qi_header
.right=# link_to 'Ajouter un projet', new_admin_i_task_path(), :class => "btn btn-primary", :remote => true
%h1
Sites & projets
%span
=@i_task.name
.qi_row
.qi_pannel.qi_plain.padding
%table.table
%tr
%th
%th Client
%th Projet
%th Nom
%th
%tbody#i_tasks_rows
=render @i_task.i_tasks.order("end_at DESC")