diaspora/app/views/shared/_aspect_nav.haml
2010-11-21 16:09:27 -08:00

12 lines
384 B
Text

-# Copyright (c) 2010, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
#aspect_nav
%ul
%li{:class => ("selected" if @aspect == :all)}
= link_to "Home", root_url
- for aspect in @aspects
%li{:class => ("selected" if current_aspect?(aspect))}
= link_for_aspect aspect