2015-04-22 10:28:44 -04:00
|
|
|
%ul.nav.nav-sidebar
|
|
|
|
= nav_link(path: 'projects#trending') do
|
2015-04-25 16:03:03 -04:00
|
|
|
= link_to explore_root_path, title: 'Trending Projects', data: {placement: 'right'} do
|
2015-04-23 14:29:00 -04:00
|
|
|
= icon('comments fw')
|
2015-04-22 10:28:44 -04:00
|
|
|
%span Trending Projects
|
|
|
|
= nav_link(path: 'projects#starred') do
|
2015-04-25 16:03:03 -04:00
|
|
|
= link_to starred_explore_projects_path, title: 'Most-starred Projects', data: {placement: 'right'} do
|
2015-04-23 14:29:00 -04:00
|
|
|
= icon('star fw')
|
2015-04-25 16:03:03 -04:00
|
|
|
%span Most-starred Projects
|
2015-04-22 10:28:44 -04:00
|
|
|
= nav_link(path: 'projects#index') do
|
2015-04-25 16:03:03 -04:00
|
|
|
= link_to explore_projects_path, title: 'All Projects', data: {placement: 'right'} do
|
2015-04-23 14:29:00 -04:00
|
|
|
= icon('bookmark fw')
|
2015-04-22 10:28:44 -04:00
|
|
|
%span All Projects
|
|
|
|
= nav_link(controller: :groups) do
|
2015-04-25 16:03:03 -04:00
|
|
|
= link_to explore_groups_path, title: 'All Groups', data: {placement: 'right'} do
|
2015-04-23 14:29:00 -04:00
|
|
|
= icon('group fw')
|
2015-04-22 10:28:44 -04:00
|
|
|
%span All Groups
|
|
|
|
|