manager: remove support for old pj

This commit is contained in:
Pierre de La Morinerie 2019-07-25 17:07:28 +02:00
parent 0da0a2b446
commit f6a1c7ded3
5 changed files with 0 additions and 26 deletions

View file

@ -1,4 +0,0 @@
.field-unit__label
= f.label field.attribute
.field-unit__field
= f.text_field field.attribute

View file

@ -1,12 +0,0 @@
- if field.data.any?
%table.collection-data{ "aria-labelledby": "page-title" }
%thead
%tr
%td.cell-label Libelle
%tbody
- field.data.order(:order_place).each do |f|
%tr
%td.cell-data
= f.libelle
- else
Aucun