This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
phone_app/app/views/admin/i_tasks/show.html.haml
2021-08-23 10:26:02 +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")