mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-23 21:47:59 +01:00
14 lines
371 B
HTML
14 lines
371 B
HTML
|
<div class="modal-header">
|
||
|
<h3>
|
||
|
<button type="button" class="close" ng-click="close()" ng-hide="isLoading">×</button>
|
||
|
{{album.title}}
|
||
|
</h3>
|
||
|
</div>
|
||
|
<div class="modal-body">
|
||
|
<h2>Shortlink</h2>
|
||
|
<input type="text" ng-model="album.share.url" />
|
||
|
</div>
|
||
|
<div class="modal-footer">
|
||
|
<a class="btn cancel" ng-click="close()" ng-disabled="isLoading">Close</a>
|
||
|
</div>
|