mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
added path template
This commit is contained in:
parent
34d7a1b89e
commit
4fb7815583
4 changed files with 41 additions and 34 deletions
7
html/path.html
Normal file
7
html/path.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<li class=path>
|
||||
<span class="path-icon clear-cache" id=clear-cache title="clear cache (Ctrl+D)"> </span>
|
||||
<span class="path-icon refresh-icon" title="refresh (Ctrl+R)">
|
||||
<a href="{link}"> + </a>
|
||||
</span>
|
||||
<span>{path}</span>
|
||||
</li>,
|
||||
Loading…
Add table
Add a link
Reference in a new issue