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,6 +1,7 @@
.container.j2-page
= render 'notification_tabs'
.col-md-9.col-xs-12.col-sm-9
.panel.panel-default
%ul#notifications.list-group
- @notifications.each do |notification|
= render 'notifications/notification', notification: notification