Merge branch 'dev'

This commit is contained in:
gregoirenovel 2017-12-19 16:56:46 +01:00
commit f326186186
2 changed files with 2 additions and 2 deletions

View file

@ -117,7 +117,7 @@
background: image-url("icons/chevron-down.svg") no-repeat;
background-size: 14px;
background-position: right 10px center;
padding-right: 3 * $default-spacer;
padding-right: 4 * $default-spacer;
// CAUTION: IE hackery ahead
&::-ms-expand {

View file

@ -91,7 +91,7 @@
%ul.messages-list
- @dossier.commentaires.each do |commentaire|
%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" }
window.print();