From f679bdd659b7a9aadd900dac9ed4623111471e8e Mon Sep 17 00:00:00 2001 From: nilsding Date: Thu, 11 Dec 2014 06:44:25 +0100 Subject: [PATCH] added some panel --- app/views/public/index.html.haml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/public/index.html.haml b/app/views/public/index.html.haml index fafb67e1..7a717482 100644 --- a/app/views/public/index.html.haml +++ b/app/views/public/index.html.haml @@ -1,5 +1,9 @@ .container.j2-page .col-md-3.col-sm-3.hidden-xs + .panel.panel-default + .panel-body + %p + Public timeline = render 'shared/links' .col-md-9.col-xs-12.col-sm-9 = render 'layouts/messages'