24 lines
415 B
Plaintext
24 lines
415 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter ', new_admin_i_task_project_path(), :class => "btn btn-primary", :remote => true
|
|
%h1
|
|
|
|
%span
|
|
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
%th name
|
|
-if false
|
|
%th slug
|
|
%th admin_id
|
|
%th description
|
|
%th.actions
|
|
|
|
|
|
%tbody#i_task_projects_rows
|
|
=render @i_task_projects
|
|
|
|
|