ソースを参照

Merge pull request #3797 from utkarshcmu/playlist-unused

Removed unused component from playlist code
Torkel Ödegaard 10 年 前
コミット
fb82425d3e

+ 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>