Explorar o código

Merge pull request #3797 from utkarshcmu/playlist-unused

Removed unused component from playlist code
Torkel Ödegaard %!s(int64=10) %!d(string=hai) anos
pai
achega
fb82425d3e
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      public/app/features/playlist/partials/playlist-remove.html

+ 0 - 5
public/app/features/playlist/partials/playlist-remove.html

@@ -1,5 +0,0 @@
-<p class="text-center">Are you sure want to delete "{{playlist.title}}" playlist?</p>
-<p class="text-center">
-  <button type="button" class="btn btn-danger" ng-click="removePlaylist()">Yes</button>
-  <button type="button" class="btn btn-default" ng-click="dismiss()">No</button>
-</p>