2016-10-01 19:20:49 +02:00
|
|
|
<div class="modal" tabindex="-1" role="dialog">
|
|
|
|
<div class="modal-dialog">
|
|
|
|
<div class="modal-content">
|
|
|
|
<div class="modal-header" ng-show="title">
|
|
|
|
<button type="button" class="close" ng-click="$hide()">×</button>
|
|
|
|
<h4 class="modal-title">Failed to load track</h4>
|
|
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
|
|
<p>This track is not available. It may still be processing. Please check back in a few minutes.</p>
|
2018-07-19 04:59:25 +02:00
|
|
|
<p>If you're still getting this error after 30 minutes, please email <a href="mailto:support@pony.fm" target="_blank">Pony.fm Support</a></p>
|
2016-10-01 19:20:49 +02:00
|
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
|
|
|
<button type="button" class="btn btn-primary" ng-click="$hide()">Ok</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|