Skip to content

Commit

Permalink
Merge pull request #445 from isratrade/1259521-a-or-button
Browse files Browse the repository at this point in the history
fixes 1259521 - use <button> for Next button rather than <a> or <button>
  • Loading branch information
jmrodri committed Nov 3, 2015
2 parents f1d049c + 61ff487 commit 362584e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,7 +6,7 @@
<i class="fa fa-angle-left"></i> Back
{{/link-to}}
{{#if nextRouteName}}
{{#link-to nextRouteName disabled=disableNext role="button" class='btn btn-primary'}}
{{#link-to nextRouteName tagName='button' disabled=disableNext role="button" class='btn btn-primary'}}
Next <i class="fa fa-angle-right"></i>
{{/link-to}}
{{else}}
Expand Down

0 comments on commit 362584e

Please sign in to comment.