Merge pull request #19633 from owncloud/sidebar-alt-favorite

Move alt text for favorite action to image
remotes/origin/dropbox-use-clientmtime
Thomas Müller 2015-10-14 12:51:13 +07:00
commit 3d5b1df549
1 changed files with 1 additions and 2 deletions

@ -15,9 +15,8 @@
'<div class="fileName"><h3 title="{{name}}" class="ellipsis">{{name}}</h3></div>' +
' <div class="file-details ellipsis">' +
' <a href="#" ' +
' alt="{{starAltText}}"' +
' class="action action-favorite favorite">' +
' <img class="svg" src="{{starIcon}}" />' +
' <img class="svg" alt="{{starAltText}}" src="{{starIcon}}" />' +
' </a>' +
' {{#if hasSize}}<span class="size" title="{{altSize}}">{{size}}</span>, {{/if}}<span class="date" title="{{altDate}}">{{date}}</span>' +
' </div>' +