rosa-build/app/views/pages/tour/_submenu.html.haml

5 lines
166 B
Plaintext
Raw Normal View History

2012-05-15 16:30:59 +01:00
%ul
-%w(projects sources builds).each do |entry|
%li
=link_to t("tour.#{entry}"), tour_inside_path(entry), :class => params[:id] == entry ? 'active' : ''