rosa-build/app/views/home/_feed_tabs.html.haml

6 lines
196 B
Plaintext
Raw Normal View History

.sub-menu.activity-tabs
2012-03-15 17:52:54 +00:00
%nav
%ul
- (collection = t 'feed_menu').each do |base, title|
%li= link_to title, root_path(:filter => base), :class => @filter == base ? 'active' : ''