Skip to content

Commit

Permalink
Fixed: Add to collection button isn't ready yet
Browse files Browse the repository at this point in the history
  • Loading branch information
AFFogarty committed Mar 1, 2016
1 parent 22037a7 commit 471f998
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions elvis/templates/download/download_cart.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ <h2>Your Cart
<button id="open-clear-modal" type="button" class="btn btn-danger">
<span class="glyphicon glyphicon-remove"></span> Clear Cart
</button>
<button id="add-to-collection" name="add-to-collection" type="button" class="btn btn-primary">
<span class="glyphicon glyphicon-plus-sign"></span> Add to Existing Collection
</button>
{# <button id="add-to-collection" name="add-to-collection" type="button" class="btn btn-primary">#}
{# <span class="glyphicon glyphicon-plus-sign"></span> Add to Existing Collection#}
{# </button>#}
<button id="save-collection" name="save-collection" type="button" class="btn btn-primary">
<span class="glyphicon glyphicon-floppy-disk"></span> Save as New Collection
</button>
Expand Down

0 comments on commit 471f998

Please sign in to comment.