Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
showing label as title element for buttons.
cleaning up: #2182
  • Loading branch information
gusreiber committed Mar 30, 2016
1 parent a702777 commit c6398a1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,5 +32,5 @@ THE SOFTWARE.
</st:attribute>
</st:documentation>
<st:adjunct includes="lib.form.repeatable.repeatable"/>
<input type="button" value="${attrs.value ?: '%Delete'}" class="repeatable-delete danger" />
<input type="button" value="${attrs.value ?: '%Delete'}" title="${attrs.value ?: '%Delete'}" class="repeatable-delete danger" />
</j:jelly>

0 comments on commit c6398a1

Please sign in to comment.