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

18 lines
299 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
2018-04-19 10:44:14 +02:00
%th
= link_to('Nouveau service', new_service_path, class: 'button')
2018-04-19 16:15:44 +02:00
%tbody
- @services.each do |service|
%tr
%td
= service.nom
2018-04-19 10:44:14 +02:00
%td