new_friendship.html 309 Bytes
{{'has made new friends:' | translate}}<br /> 
<span ng-repeat="name in activity.params.friend_name">
  <a ng-href="{{ctrl.urlFor(activity.params.friend_url[$index])}}" ng-attr-title="{{name}}">
    <img ng-src="{{activity.params.friend_profile_custom_icon[$index]}}" ng-attr-alt="{{name}}" />
  </a>
</span>