Skip to content

Commit

Permalink
Update ng-repeat field so mentor tags display on mentors page.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmichaelward committed Jul 6, 2015
1 parent 048ef63 commit b34e6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/index/mentors.twig
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<img src="{% verbatim %}{{ mentor.imageUrl }}{% endverbatim %}?s=150" width="150" height="150"/>

<div class="tags">
<span class="label label-primary" data-ng-repeat="tag in mentor.apprenticeTags">
<span class="label label-primary" data-ng-repeat="tag in mentor.mentorTags">
{% verbatim %}{{ tag.name }}{% endverbatim %}
</span>
</div>
Expand Down

0 comments on commit b34e6e7

Please sign in to comment.