Skip to content

Commit

Permalink
Merge pull request Family-Thief#150 from SteelBurgher/fixMailboxoxDis…
Browse files Browse the repository at this point in the history
…play

Just made the mailbox display all the time. Conditional
  • Loading branch information
SteelBurgher committed May 11, 2015
2 parents c42da64 + 98907b7 commit 368d6e8
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 368d6e8

Please sign in to comment.