Ajust UI for notifications
This commit is contained in:
parent
54fbe367c0
commit
07495ff9ba
2 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
.badge.progress-bar-default
|
||||
= total_notif
|
||||
- else
|
||||
.badge.progress-bar-danger
|
||||
.badge.progress-bar-warning
|
||||
= total_notif
|
||||
- @facade_data_view.preference_list_dossiers_filter.each_with_index do |preference, index|
|
||||
%td
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
= image_tag('marianne_small.png', class: 'logo')
|
||||
%div.col-lg-6.no-padding#tps-title
|
||||
TPS
|
||||
.badge.progress-bar-danger
|
||||
= Notification.where(already_read: false).count
|
||||
|
||||
%div.col-lg-10.col-md-10.no-padding
|
||||
%div#navbar-body
|
||||
|
|
Loading…
Reference in a new issue