22 lines
405 B
Plaintext
22 lines
405 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter ', new_admin_s_module_configuration_path(), :class => "btn btn-primary", :remote => true
|
|
%h1
|
|
Modules
|
|
%span
|
|
Configurations
|
|
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
%th name
|
|
%th description
|
|
%th.actions
|
|
|
|
|
|
%tbody#s_module_configurations_rows
|
|
=render @s_module_configurations
|
|
|
|
|