mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-04-01 06:12:14 +02:00
wrapping list-group in panel, just for design stuff
This commit is contained in:
parent
42534982d6
commit
c557192b61
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
||||||
.container.j2-page
|
.container.j2-page
|
||||||
= render 'notification_tabs'
|
= render 'notification_tabs'
|
||||||
.col-md-9.col-xs-12.col-sm-9
|
.col-md-9.col-xs-12.col-sm-9
|
||||||
|
.panel.panel-default
|
||||||
%ul#notifications.list-group
|
%ul#notifications.list-group
|
||||||
- @notifications.each do |notification|
|
- @notifications.each do |notification|
|
||||||
= render 'notifications/notification', notification: notification
|
= render 'notifications/notification', notification: notification
|
||||||
|
|
Loading…
Reference in a new issue