Skip to content

Commit

Permalink
Fixed 'no themes' message when themes selected
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdemerson committed Jul 31, 2014
1 parent 6dfdbff commit df402bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/partials/projectShow.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h3>Themes</h3>
<li ng-repeat="theme in project.themes">{{theme.name}}</li>
</ul>
</div>
<div ng-show="!project.products.length">
<div ng-show="!project.themes.length">
<h6>No themes associated with this project</h6>
</div>
</div>
Expand Down

0 comments on commit df402bd

Please sign in to comment.