12 lines
384 B
Text
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
|
|
|