sgmap/boussole

View on GitHub
app/views/blocks/button_groups/_wizard_nth_step.html.haml

Summary

Maintainability
Test Coverage
-# coding: utf-8

.wizard-form-actions
  = link_to(previous_wizard_path, class: 'button-default', role: 'link') do
    %i.icon-back{ aria: { hidden: true } }
    = t('blocks.button_groups.back')


  = button_tag(type: 'submit', name: 'commit', class: 'button-default', role: 'button') do
    = t('blocks.button_groups.next')
    %i.icon-next{ aria: { hidden: true } }