From 764a36e4bec61e87e06eab9ee86af26234bc0aca Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Tue, 25 Aug 2015 23:46:49 +0200 Subject: [PATCH] %ul.nav -> .list-group --- app/views/shared/_sidebar.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_sidebar.html.haml b/app/views/shared/_sidebar.html.haml index 7809a2fc..2f14e14e 100644 --- a/app/views/shared/_sidebar.html.haml +++ b/app/views/shared/_sidebar.html.haml @@ -23,7 +23,7 @@ %h4.entry-text#friend-count= current_user.friend_count %h6.entry-subtext= t('views.general.following') .panel.panel-default.hidden-xs - %ul.nav.nav-pills.nav-stacked + .list-group = list_group_item t('views.general.timeline'), root_path = list_group_item t('views.general.public'), public_timeline_path - current_user.groups.each do |group|