1
0
mirror of https://github.com/Foltik/Shimapan synced 2025-02-01 09:59:24 -05:00

Correct img location

This commit is contained in:
Jack 2017-10-14 15:37:22 -04:00
parent 2f5156c198
commit 68969a4a49
Signed by: foltik
GPG Key ID: 303F88F996E95541

View File

@ -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>