Made delete prompts use the same styling

made the delete prompts more uniform
This commit is contained in:
Jared Tabor
2014-12-17 17:49:45 -05:00
parent 7d0e6d8f53
commit be2f2596f3
10 changed files with 523 additions and 5 deletions

View File

@@ -102,7 +102,7 @@ function TeamsList($scope, $rootScope, $location, $log, $routeParams, Rest, Aler
Prompt({
hdr: 'Delete',
body: 'Are you sure you want to delete ' + name + '?',
body: '<div class=\"alert alert-info\">Delete team ' + name + '?</div>',
action: action
});
};