fix(instructeurs): cells on multilines
This commit is contained in:
parent
5b494c2ce7
commit
3f2c5da3ae
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@
|
|||
|
||||
|
||||
- p.columns.each do |column|
|
||||
%td
|
||||
%td.fr-cell--multiline
|
||||
- if p.hidden_by_administration_at.present?
|
||||
%span.cell-link
|
||||
= column.is_a?(Hash) ? tags_label(column[:value]) : column
|
||||
|
|
Loading…
Reference in a new issue