src/Social/UserBundle/Resources/views/Registration/view_more_item.html.twig line 1

Open in your IDE?
  1. <li class="tcol-xs-2 top-newest-members" style="display: list-item;">
  2.     <div class="item-avatar ">
  3.         <a class="view-all" title="View All" href="{{ path('social_frontend_search') }}">
  4.             {% trans %}
  5.                 view more
  6.             {% endtrans %}
  7.         </a>
  8.     </div>
  9. </li>