feature(cloudcmd) clear storage -> copy path (#173)

This commit is contained in:
coderaiser 2018-05-14 18:26:18 +03:00
parent dc781a04c0
commit 0cb953af85
9 changed files with 16 additions and 12 deletions

View file

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