This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #1106
- Loading branch information
Christine Yu
committed
Jul 29, 2015
1 parent
72dbf4a
commit 4c9675a
Showing
2 changed files
with
31 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
app/scripts/cart/templates/remove-unauthorized-files.button.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<div class="authorized-button"> | ||
<button id="remove-unauthorized-files-button" data-ng-if="files[0]" ng-click="remove()" type="button" class="btn btn-danger"> | ||
<span class="authorized-button"> | ||
<a id="remove-unauthorized-files-button" data-ng-if="files[0]" ng-click="remove()" type="button" class="btn btn-danger"> | ||
<i class="fa fa-remove"></i> | ||
<span data-translate>Remove Unauthorized Files from Cart</span> | ||
</button> | ||
</a> | ||
|
||
|
||
<button data-ng-if="!files[0]" type="button" disabled class="btn btn-danger" data-translate> | ||
<a data-ng-if="!files[0]" type="button" disabled class="btn btn-danger" data-translate> | ||
You have no unauthorized files in the cart | ||
</button> | ||
</div> | ||
</a> | ||
</span> |