Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #13 from AusDTO/change-validation-message-template
Browse files Browse the repository at this point in the history
Link buttons
  • Loading branch information
channyvw authored Aug 25, 2016
2 parents e2912e7 + 5abf2a9 commit 60da8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkit/templates/link-button.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<a class='link-button' href='{{ url }}'>{{ label }}</a>
<a class='link-button' href='{{ url }}'{% if role %} role="button"{% endif %}>{{ label }}</a>

0 comments on commit 60da8b9

Please sign in to comment.