%ul.nav -> .list-group

This commit is contained in:
pixeldesu 2015-08-25 23:46:49 +02:00
parent 010d0a327e
commit 764a36e4be
1 changed files with 1 additions and 1 deletions

View File

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