21 lines
367 B
Plaintext
21 lines
367 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter ', new_admin_s_project_module_path(), :class => "btn btn-primary", :remote => true
|
|
%h1
|
|
|
|
%span
|
|
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
%th s_project_id
|
|
%th s_module_id
|
|
%th.actions
|
|
|
|
|
|
%tbody#s_project_modules_rows
|
|
=render @s_project_modules
|
|
|
|
|