demarches-normaliennes/app/views/new_administrateur/services/index.html.haml

15 lines
199 B
Text
Raw Normal View History

2018-04-19 16:15:44 +02:00
.container
%h1 Liste des Services
%table.table
%thead
%tr
%th
nom
%tbody
- @services.each do |service|
%tr
%td
= service.nom