src/Platform/SecurityBundle/Resources/views/Dashboard/Profile/includes/header.html.twig line 1

Open in your IDE?
  1. {% embed '@ui/common/headers/new.html.twig' with {
  2.     title: 'My Account',
  3.     dropdown: false
  4. } %}
  5.     {% block actions %}
  6.         {% include '@ui/common/buttons/default.html.twig' with {
  7.             text: 'Manage Profiles',
  8.             link: path(routes.list),
  9.             helper: 'primary',
  10.             icon: 'users',
  11.         } %}
  12.     {% endblock %}
  13. {% endembed %}