Skip to content

Commit

Permalink
Merge pull request phpmentoring#34 from jmichaelward/hotfix/mentors-f…
Browse files Browse the repository at this point in the history
…ilter

Update ng-repeat field so mentor tags display on mentors page.
  • Loading branch information
dragonmantank committed Jul 6, 2015
2 parents 048ef63 + b34e6e7 commit b14f196
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 b14f196

Please sign in to comment.