refactor(path) data -> data-name

This commit is contained in:
coderaiser 2014-03-17 10:05:42 -04:00
parent dadda98fcc
commit 26ee5fb3a1

View file

@ -1 +1 @@
<div data="js-path" class="reduce-text" title="{{ fullPath }}"><span class="path-icon clear-storage" title="clear storage (Ctrl+D)"></span><a data="js-refresh" href="{{ link }}" class="path-icon refresh-icon" title="refresh (Ctrl+R)"></a><span class=links>{{ path }}</span></div>
<div data-name="js-path" class="reduce-text" title="{{ fullPath }}"><span class="path-icon clear-storage" title="clear storage (Ctrl+D)"></span><a data-name="js-refresh" href="{{ link }}" class="path-icon refresh-icon" title="refresh (Ctrl+R)"></a><span class=links>{{ path }}</span></div>