Skip to content

Commit

Permalink
[Chores] Replace empty bucket icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Nwuguru Sunday committed Jun 20, 2016
1 parent 4c50ca9 commit 02f4d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bucketlist/templates/includes/bucketlists.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h3>My Bucket Lists
</md-subheader>
<md-divider></md-divider>
<div style="text-align:center; padding-top: 20px;" ng-show="!bucketlists.length">
<img src="{% static 'images/empty-blue-bucket.jpg' %}" style="max-width: 100px;">
<img src="{% static 'svg/empty-search.svg' %}" style="max-width: 100px;">
<h3>Empty Bucket List</h3>
<p>
<md-button aria-label="{[{ !newBucketlist ? 'New Bucket List' : 'Cancel' }]}" ng-click="toggleBucketListForm()" class="md-raised {[{ !newBucketlist ? 'md-primary' : 'md-warn' }]}" style="width:100px;">
Expand Down

0 comments on commit 02f4d20

Please sign in to comment.