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
|
.badge.progress-bar-default
|
||||||
= total_notif
|
= total_notif
|
||||||
- else
|
- else
|
||||||
.badge.progress-bar-danger
|
.badge.progress-bar-warning
|
||||||
= total_notif
|
= total_notif
|
||||||
- @facade_data_view.preference_list_dossiers_filter.each_with_index do |preference, index|
|
- @facade_data_view.preference_list_dossiers_filter.each_with_index do |preference, index|
|
||||||
%td
|
%td
|
||||||
|
|
|
@ -5,6 +5,8 @@
|
||||||
= image_tag('marianne_small.png', class: 'logo')
|
= image_tag('marianne_small.png', class: 'logo')
|
||||||
%div.col-lg-6.no-padding#tps-title
|
%div.col-lg-6.no-padding#tps-title
|
||||||
TPS
|
TPS
|
||||||
|
.badge.progress-bar-danger
|
||||||
|
= Notification.where(already_read: false).count
|
||||||
|
|
||||||
%div.col-lg-10.col-md-10.no-padding
|
%div.col-lg-10.col-md-10.no-padding
|
||||||
%div#navbar-body
|
%div#navbar-body
|
||||||
|
|
Loading…
Add table
Reference in a new issue