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

6 lines
190 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|
2014-01-21 04:51:49 +00:00
%li= link_to title, root_path(filter: base), class: @filter == base ? 'active' : ''