Skip to content

Commit

Permalink
Merge pull request #398 from phuonghuynh/master
Browse files Browse the repository at this point in the history
fix bug Latest Project box on the home page can not shown
  • Loading branch information
phuonghuynh committed Sep 3, 2015
2 parents 6230ddb + fa35e0f commit bbb7c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/assets/modules/home-page/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ <h4>{{event.startDate | timestamp: 'shortDate'}}</h4>
</div>
</div>

<div class="personal-banner-home-page" ng-show="homePage.latestEvents.length">
<div class="personal-banner-home-page">
<h3 translate="latestFreelancerProjects"></h3>
<div class="box-content">
<div class="box-header">
Expand Down

0 comments on commit bbb7c40

Please sign in to comment.