25 lines
430 B
Plaintext
25 lines
430 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter un projet', new_admin_i_website_path(), :class => "btn btn-primary", :remote => true
|
|
%h1
|
|
Sites & projets
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
%th Client
|
|
|
|
|
|
%th Nom
|
|
%th Url provisoire
|
|
%th Url
|
|
%th Status
|
|
%th Nbr de tâches
|
|
%th
|
|
|
|
|
|
%tbody#i_websites_rows
|
|
=render @i_websites
|
|
|
|
|