def new_friendship_description(ta)
    n_("has made 1 new friend %{time_ago}<hr/>%{name}", "has made %{num} new friends %{time_ago}<hr/>%{name}", ta.get_friend_name.size).html_safe % {
      num: ta.get_friend_name.size,
      name: safe_join(ta.collect_group_with_index(:friend_name) do |n, i|
        link_to image_tag(ta.get_friend_profile_custom_icon[i] || default_or_themed_icon("/images/icons-app/person-icon.png")),