1
0
mirror of https://github.com/Foltik/Shimapan synced 2024-11-28 05:26:44 -05:00

Fix upload url

This commit is contained in:
Jack Foltz 2018-08-14 05:14:40 -04:00
parent a24c84f9d0
commit c42a012229
Signed by: foltik
GPG Key ID: 303F88F996E95541

View File

@ -7,8 +7,8 @@
<span class="list-name" ng-bind="file.name"></span>
<progress class="list-progress" max="100" value="{{file.progress}}" ng-hide="file.progress == 100"></progress>
<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>
<button class="list-url-clipboard-btn" ngclipboard data-clipboard-text="https://shimapan.rocks/v/{{file.result.name}}">
<a href="{{file.result.url}}" ng-hide="file.progress < 100">{{file.result.url}}</a>
<button class="list-url-clipboard-btn" ngclipboard data-clipboard-text="{{file.result.url}}">
<img src="/img/glyphicons-512-copy.png"/>
</button>
</span>