jam-cloud/web/app/views/clients/wizard/_buttons.html.haml

13 lines
419 B
Plaintext

%script{type: 'text/template', id: 'template-wizard-buttons'}
.wizard-buttons-holder
.left-buttons
%a.button-grey.btn-help{href: '#'} HELP
%a.button-grey.btn-cancel{href:'#', 'layout-action' => 'close'} CANCEL
.right-buttons
%a.button-grey.btn-back{href:'#'} BACK
%a.button-orange.btn-next{href:'#'} NEXT
%a.button-orange.btn-close{href:'#', 'layout-action' => 'close'} CLOSE