Skip to content

Commit

Permalink
Just made the mailbox display all the time. Conditional
Browse files Browse the repository at this point in the history
display was buggy.
  • Loading branch information
SteelBurgher committed May 11, 2015
1 parent c42da64 commit 98907b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/app/dashboard/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<h3>Welcome {{user.username}}!</h3>
<h4>Start writing today...</h4>
</div>
<div ng-show="user.numberUnseenHelps > 0" class="col-sm-6 dash-corner">
<div class="col-sm-6 dash-corner">
<p>You Have {{user.numberUnseenHelps}} new help from others! <a class="btn btn-success btn-lg" aria-label="Left Align" href="/inbox">
<span class="glyphicon glyphicon-envelope" aria-hidden="true"></span>
</a></p>
<h4 ng-show="user.votes > 0">You have {{user.votes}} likes for your writing!</h4>
<h4>You have {{user.votes}} likes for your writing!</h4>
</div>
</div>
</div>
Expand Down

0 comments on commit 98907b7

Please sign in to comment.