Merge branch 'dev'
This commit is contained in:
commit
f326186186
2 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@
|
||||||
background: image-url("icons/chevron-down.svg") no-repeat;
|
background: image-url("icons/chevron-down.svg") no-repeat;
|
||||||
background-size: 14px;
|
background-size: 14px;
|
||||||
background-position: right 10px center;
|
background-position: right 10px center;
|
||||||
padding-right: 3 * $default-spacer;
|
padding-right: 4 * $default-spacer;
|
||||||
|
|
||||||
// CAUTION: IE hackery ahead
|
// CAUTION: IE hackery ahead
|
||||||
&::-ms-expand {
|
&::-ms-expand {
|
||||||
|
|
|
@ -91,7 +91,7 @@
|
||||||
%ul.messages-list
|
%ul.messages-list
|
||||||
- @dossier.commentaires.each do |commentaire|
|
- @dossier.commentaires.each do |commentaire|
|
||||||
%li
|
%li
|
||||||
= render partial: "new_gestionnaire/shared/commentaires/commentaire", locals: { commentaire: commentaire, messagerie_seen_at: nil }
|
= render partial: "new_gestionnaire/shared/messages/message", locals: { commentaire: commentaire, messagerie_seen_at: nil }
|
||||||
|
|
||||||
%script{ type: "text/javascript" }
|
%script{ type: "text/javascript" }
|
||||||
window.print();
|
window.print();
|
||||||
|
|
Loading…
Reference in a new issue