Update a class’ name

This commit is contained in:
gregoirenovel 2017-12-14 16:21:14 +01:00
parent be1ce69f47
commit 4cb84e556d
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@
}
}
.champ {
.editable-champ {
.updated-at {
@include notice-text-style;
float: right;

View file

@ -1,4 +1,4 @@
.champ
.editable-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 }