add_member_in_community.html 529 Bytes
<div class="timeline-badge info"><i class="fa fa-user-plus"></i></div>
<div class="timeline-panel">
  <div class="timeline-heading">
    <h4 class="timeline-title">
      <a ui-sref="main.profile.info({profile: vm.activity.user.identifier})"><strong ng-bind="vm.activity.user.name"></strong></a>
      <span> has joined the community</span>
    </h4>
    <p><small class="text-muted"><i class="fa fa-clock-o"></i> <span am-time-ago="vm.activity.created_at"></span></small></p>
  </div>
  <div class="timeline-body"></div>
</div>