style(labels): fix new admin labels table
This commit is contained in:
parent
3c880a0849
commit
f399c7eb2a
1 changed files with 26 additions and 23 deletions
|
@ -13,7 +13,10 @@
|
||||||
class: "fr-btn fr-btn--primary fr-btn--icon-left fr-icon-add-circle-line mb-3"
|
class: "fr-btn fr-btn--primary fr-btn--icon-left fr-icon-add-circle-line mb-3"
|
||||||
|
|
||||||
- if @procedure.labels.present?
|
- if @procedure.labels.present?
|
||||||
.fr-table.fr-table--layout-fixed
|
.fr-table.fr-table--lg
|
||||||
|
.fr-table__wrapper
|
||||||
|
.fr-table__container
|
||||||
|
.fr-table__content
|
||||||
%table
|
%table
|
||||||
%caption Liste des labels
|
%caption Liste des labels
|
||||||
%thead
|
%thead
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue