wrapping list-group in panel, just for design stuff

This commit is contained in:
Andreas N 2015-01-14 16:29:53 +01:00
parent 42534982d6
commit c557192b61
1 changed files with 4 additions and 3 deletions

View File

@ -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