Update a class’ name
This commit is contained in:
parent
be1ce69f47
commit
4cb84e556d
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.champ {
|
.editable-champ {
|
||||||
.updated-at {
|
.updated-at {
|
||||||
@include notice-text-style;
|
@include notice-text-style;
|
||||||
float: right;
|
float: right;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.champ
|
.editable-champ
|
||||||
- if is_not_header_nor_explication?(champ)
|
- if is_not_header_nor_explication?(champ)
|
||||||
= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { form: form, champ: champ, seen_at: seen_at }
|
= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { form: form, champ: champ, seen_at: seen_at }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue