%ul.nav.nav-pills - wizard_steps.each_with_index do |wizard_step, index| %li{ class: "level-#{index+1} #{ step == wizard_step ? 'active' : '' }"} = link_to wizard_path(wizard_step) do = t(".#{wizard_step}")