Removed left pannel information about notifications in index
This commit is contained in:
parent
57d8b4b242
commit
b9e2c52c0b
2 changed files with 1 additions and 1 deletions
|
@ -35,6 +35,7 @@
|
||||||
}
|
}
|
||||||
#action-block {
|
#action-block {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
margin: 10px;
|
||||||
.action {
|
.action {
|
||||||
background-color: #E45B51;
|
background-color: #E45B51;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
@ -38,4 +38,3 @@
|
||||||
.dossier= notification.decorate.index_display[:dossier]
|
.dossier= notification.decorate.index_display[:dossier]
|
||||||
.updated-at= notification.decorate.index_display[:date]
|
.updated-at= notification.decorate.index_display[:date]
|
||||||
= render partial: "layouts/left_panels/type_notif_fa", locals: {notification: notification}
|
= render partial: "layouts/left_panels/type_notif_fa", locals: {notification: notification}
|
||||||
.type= notification.decorate.index_display[:type]
|
|
||||||
|
|
Loading…
Reference in a new issue