header.html.twig 558 B

1234567891011121314151617181920
  1. {#
  2. This file is part of the Sonata package.
  3. (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
  4. For the full copyright and license information, please view the LICENSE
  5. file that was distributed with this source code.
  6. #}
  7. <div class="span-24 last header">
  8. <div class="span-20">
  9. <a href="{{ url('sonata_admin_dashboard') }}" class="home">{% trans from 'SonataAdminBundle' %}Admin{% endtrans %}</a>
  10. </div>
  11. <div class="span-4 last">
  12. {% block user_panel %}{#Add here logout option / user options#}{% endblock %}
  13. </div>
  14. </div>