wrapping list-group in panel, just for design stuff
This commit is contained in:
parent
42534982d6
commit
c557192b61
|
@ -1,9 +1,10 @@
|
|||
.container.j2-page
|
||||
= render 'notification_tabs'
|
||||
.col-md-9.col-xs-12.col-sm-9
|
||||
%ul#notifications.list-group
|
||||
- @notifications.each do |notification|
|
||||
= render 'notifications/notification', notification: notification
|
||||
.panel.panel-default
|
||||
%ul#notifications.list-group
|
||||
- @notifications.each do |notification|
|
||||
= render 'notifications/notification', notification: notification
|
||||
|
||||
#pagination= will_paginate @notifications, renderer: BootstrapPagination::Rails, page_links: false
|
||||
|
||||
|
|
Loading…
Reference in New Issue