mirror of
https://github.com/Foltik/Shimapan
synced 2025-02-01 09:59:24 -05:00
Correct img location
This commit is contained in:
parent
2f5156c198
commit
68969a4a49
@ -9,7 +9,7 @@
|
|||||||
<span class="list-url">
|
<span class="list-url">
|
||||||
<a href="https://shimapan.rocks/v/{{file.result.name}}" ng-hide="file.progress < 100">https://shimapan.rocks/v/{{file.result.name}}</a>
|
<a href="https://shimapan.rocks/v/{{file.result.name}}" ng-hide="file.progress < 100">https://shimapan.rocks/v/{{file.result.name}}</a>
|
||||||
<button class="list-url-clipboard-btn" ngclipboard data-clipboard-text="https://shimapan.rocks/v/{{file.result.name}}">
|
<button class="list-url-clipboard-btn" ngclipboard data-clipboard-text="https://shimapan.rocks/v/{{file.result.name}}">
|
||||||
<img src="/glyphicons-512-copy.png"/>
|
<img src="/img/glyphicons-512-copy.png"/>
|
||||||
</button>
|
</button>
|
||||||
</span>
|
</span>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user