demarches-normaliennes/app/views/new_administrateur/services/index.html.haml
2018-05-18 16:21:26 +02:00

17 lines
299 B
Text

.container
%h1 Liste des Services
%table.table
%thead
%tr
%th
nom
%th
= link_to('Nouveau service', new_service_path, class: 'button')
%tbody
- @services.each do |service|
%tr
%td
= service.nom
%td