mirror of
https://github.com/Foltik/Shimapan
synced 2024-11-28 05:26:44 -05:00
Fix upload url
This commit is contained in:
parent
a24c84f9d0
commit
c42a012229
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user